mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix -Wunused-variable warnings
This commit is contained in:
@@ -58,7 +58,6 @@ using Database = Storage::Cache::Database;
|
||||
|
||||
QString _basePath, _userBasePath, _userDbPath;
|
||||
|
||||
bool _started = false;
|
||||
TaskQueue *_localLoader = nullptr;
|
||||
|
||||
QByteArray _settingsSalt;
|
||||
@@ -82,7 +81,6 @@ bool _useGlobalBackgroundKeys = false;
|
||||
bool _backgroundCanWrite = true;
|
||||
|
||||
int32 _oldSettingsVersion = 0;
|
||||
bool _settingsRewritten = false;
|
||||
bool _settingsRewriteNeeded = false;
|
||||
bool _settingsWriteAllowed = false;
|
||||
|
||||
|
Reference in New Issue
Block a user