summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-14 18:47:16 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-14 18:47:16 +0300
commitd16122cae03202761d75384388f52ca084f91ea4 (patch)
tree921af804051de49732426182b877580a2cba90b6 /src/gui/widgets/desktop.h
parent596436645bef0b41f448e6d7b501a1fc2c5b1fc6 (diff)
downloadManaVerse-d16122cae03202761d75384388f52ca084f91ea4.tar.gz
ManaVerse-d16122cae03202761d75384388f52ca084f91ea4.tar.bz2
ManaVerse-d16122cae03202761d75384388f52ca084f91ea4.tar.xz
ManaVerse-d16122cae03202761d75384388f52ca084f91ea4.zip
Fix shadow variables in PopupMenu and Desktop.
Diffstat (limited to 'src/gui/widgets/desktop.h')
-rw-r--r--src/gui/widgets/desktop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/desktop.h b/src/gui/widgets/desktop.h
index 44f312c21..0a7ecf82d 100644
--- a/src/gui/widgets/desktop.h
+++ b/src/gui/widgets/desktop.h
@@ -79,7 +79,6 @@ class Desktop final : public Container,
Image *mWallpaper;
BrowserBox *mVersionLabel;
Skin *mSkin;
- Color mBackgroundColor;
Color mBackgroundGrayColor;
bool mShowBackground;
};