cleanup unused vars

This commit is contained in:
Martin Rotter 2019-06-06 11:32:44 +02:00
parent 4357fdc58f
commit 7d2a158c0c
1 changed files with 0 additions and 3 deletions

View File

@ -130,9 +130,6 @@ quint64 TextFactory::initializeSecretEncryptionKey() {
try {
s_encryptionKey = quint64(QString(IOFactory::readFile(encryption_file_path)).toULongLong());
auto aa = s_encryptionKey;
auto bb = false;
}
catch (ApplicationException&) {
// Well, key does not exist or is invalid, generate and save one.