diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:20:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:20:02 +0300 |
commit | a55e7e257730e6cee115f407e31f8a91dc9ad447 (patch) | |
tree | 8d833ab258060c4fa28d0ec97fb18791a3011693 /src/gui/theme.h | |
parent | 6e5976f5fb99c99b4142ee2a8f8f81598559954d (diff) | |
download | plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.gz plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.bz2 plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.xz plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.zip |
Move theme related constants into separate file.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 2332db1da..2afb41da7 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -46,8 +46,6 @@ class Theme; struct ThemeInfo; -const int THEME_PALETTES = 5; - extern Theme *theme; class Theme final : public Palette, |