From 39419a212e32805d7d125cde909f30d04b078fe1 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 3 Feb 2015 19:45:12 +0300 Subject: [PATCH] removed backgroundcolor setting --- Telegram/SourceFiles/settings.cpp | 1 - Telegram/SourceFiles/settings.h | 1 - 2 files changed, 2 deletions(-) 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);