aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-03-10 18:06:09 (GMT)
committermarkt <markt>2007-03-10 18:06:09 (GMT)
commit61cf82771af9d39703ad0ebfdc9299fe5ffe525d (patch)
treeb67a9317b3a3b01016a31e181e630bffb3652c36 /src/RootTheme.hh
parent4ed76f99b61a65356c63d13c526e8e04642ea053 (diff)
downloadfluxbox-61cf82771af9d39703ad0ebfdc9299fe5ffe525d.zip
fluxbox-61cf82771af9d39703ad0ebfdc9299fe5ffe525d.tar.bz2
removed some useless code
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r--src/RootTheme.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh
index 63be8b0..bcff938 100644
--- a/src/RootTheme.hh
+++ b/src/RootTheme.hh
@@ -46,7 +46,7 @@ public:
46 /// constructor 46 /// constructor
47 /// @param resmanager resource manager for finding specific resources 47 /// @param resmanager resource manager for finding specific resources
48 /// @param image_control for rendering background texture 48 /// @param image_control for rendering background texture
49 RootTheme(FbTk::ImageControl &image_control, BScreen *scrn = 0); 49 RootTheme(FbTk::ImageControl &image_control);
50 ~RootTheme(); 50 ~RootTheme();
51 51
52 bool fallback(FbTk::ThemeItem_base &item); 52 bool fallback(FbTk::ThemeItem_base &item);
@@ -62,7 +62,6 @@ public:
62 } 62 }
63 63
64private: 64private:
65 BScreen *m_screen;
66 BackgroundItem *m_background;///< background image/texture 65 BackgroundItem *m_background;///< background image/texture
67 FbTk::GContext m_opgc; 66 FbTk::GContext m_opgc;
68 FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture 67 FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture