diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-27 20:49:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-27 23:15:06 +0300 |
commit | f799d0cc056be8850733be931c976d59e6dbe582 (patch) | |
tree | e8f589d823c3782096d2ab2ec78d2985f5ac7a3d /src/gui/widgets/browserbox.h | |
parent | ac1fb0ec902814316562552fc8d52bc5683e5f9d (diff) | |
download | plus-f799d0cc056be8850733be931c976d59e6dbe582.tar.gz plus-f799d0cc056be8850733be931c976d59e6dbe582.tar.bz2 plus-f799d0cc056be8850733be931c976d59e6dbe582.tar.xz plus-f799d0cc056be8850733be931c976d59e6dbe582.zip |
Add outlining support for labels.
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 9e1899d0c..2f0313c37 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -249,7 +249,6 @@ class BrowserBox final : public gcn::Widget, gcn::Color mHighlightColor; gcn::Color mHyperLinkColor; gcn::Color mColors[2][COLORS_MAX]; - gcn::Color mForegroundColor2; static Skin *mSkin; static int mInstances; |