removed backgroundcolor setting

This commit is contained in:
John Preston 2015-02-03 19:45:12 +03:00
parent 70e85529c7
commit 39419a212e
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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);