aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.hh
diff options
context:
space:
mode:
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