aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 20:42:24 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 20:42:24 (GMT)
commit63f9a1637f0b48d4ebc41c99db727826d6199e0d (patch)
treefa580a1fa9c19f10e9d9065d3d603e7cd0f29c71 /src/RootTheme.hh
parent60e97b968bcd712762c7ee30e350d63e4038fb63 (diff)
downloadfluxbox-63f9a1637f0b48d4ebc41c99db727826d6199e0d.zip
fluxbox-63f9a1637f0b48d4ebc41c99db727826d6199e0d.tar.bz2
Clean unused variables
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r--src/RootTheme.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh
index f39c264..f9b053d 100644
--- a/src/RootTheme.hh
+++ b/src/RootTheme.hh
@@ -56,7 +56,6 @@ public:
56private: 56private:
57 BackgroundItem *m_background;///< background image/texture 57 BackgroundItem *m_background;///< background image/texture
58 FbTk::GContext m_opgc; 58 FbTk::GContext m_opgc;
59 FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture
60 bool m_first; 59 bool m_first;
61}; 60};
62 61