summaryrefslogtreecommitdiff
path: root/src/gui/widgets/progressbar.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 20:07:51 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:21 +0300
commit2b4bf97375854cf11640977b2d4458e49b0263bf (patch)
treecb8ee62d94e702b276a9e455bd2bfc2807414e79 /src/gui/widgets/progressbar.h
parent41d3b2bdf3af75720b5a4463be0ba6d234c61261 (diff)
downloadplus-2b4bf97375854cf11640977b2d4458e49b0263bf.tar.gz
plus-2b4bf97375854cf11640977b2d4458e49b0263bf.tar.bz2
plus-2b4bf97375854cf11640977b2d4458e49b0263bf.tar.xz
plus-2b4bf97375854cf11640977b2d4458e49b0263bf.zip
remove unused variable from progressbar.
Diffstat (limited to 'src/gui/widgets/progressbar.h')
-rw-r--r--src/gui/widgets/progressbar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/progressbar.h b/src/gui/widgets/progressbar.h
index e8d8986e7..254c2533b 100644
--- a/src/gui/widgets/progressbar.h
+++ b/src/gui/widgets/progressbar.h
@@ -153,7 +153,6 @@ class ProgressBar final : public gcn::Widget,
static int mInstances;
static float mAlpha;
- static const gcn::Color TEXT_COLOR;
bool mSmoothProgress;
bool mSmoothColorChange;