cleanup unused vars
This commit is contained in:
parent
4357fdc58f
commit
7d2a158c0c
1 changed files with 0 additions and 3 deletions
|
@ -130,9 +130,6 @@ quint64 TextFactory::initializeSecretEncryptionKey() {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
s_encryptionKey = quint64(QString(IOFactory::readFile(encryption_file_path)).toULongLong());
|
s_encryptionKey = quint64(QString(IOFactory::readFile(encryption_file_path)).toULongLong());
|
||||||
|
|
||||||
auto aa = s_encryptionKey;
|
|
||||||
auto bb = false;
|
|
||||||
}
|
}
|
||||||
catch (ApplicationException&) {
|
catch (ApplicationException&) {
|
||||||
// Well, key does not exist or is invalid, generate and save one.
|
// Well, key does not exist or is invalid, generate and save one.
|
||||||
|
|
Loading…
Add table
Reference in a new issue