diff --git a/Telegram/SourceFiles/settings.cpp b/Telegram/SourceFiles/settings.cpp index 4abd65ab6..8ab1c822a 100644 --- a/Telegram/SourceFiles/settings.cpp +++ b/Telegram/SourceFiles/settings.cpp @@ -70,7 +70,6 @@ QPixmapPointer gChatBackground = 0; int32 gChatBackgroundId = 0; QPixmapPointer gChatDogImage = 0; bool gTileBackground = true; -QColor gBackgroundColor = QColor(0, 0, 0); uint32 gConnectionsInSession = 1; QString gLoggedPhoneNumber; diff --git a/Telegram/SourceFiles/settings.h b/Telegram/SourceFiles/settings.h index 9e13806b0..c0bc60556 100644 --- a/Telegram/SourceFiles/settings.h +++ b/Telegram/SourceFiles/settings.h @@ -69,7 +69,6 @@ DeclareSetting(QPixmapPointer, ChatBackground); DeclareSetting(int32, ChatBackgroundId); DeclareSetting(QPixmapPointer, ChatDogImage); DeclareSetting(bool, TileBackground); -DeclareSetting(QColor, BackgroundColor); DeclareSetting(bool, SoundNotify); DeclareSetting(bool, NeedConfigResave);