2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

moved instance id to Global namespace, 0.9.19 dev version

This commit is contained in:
John Preston
2016-01-09 21:00:50 +08:00
parent 325e45eafd
commit 5531f49c3e
3 changed files with 5 additions and 8 deletions

View File

@@ -134,7 +134,6 @@ bool gRetina = false;
float64 gRetinaFactor = 1.;
int32 gIntRetinaFactor = 1;
bool gCustomNotifies = true;
uint64 gInstance = 0.;
#ifdef Q_OS_WIN
DBIPlatform gPlatform = dbipWindows;