diff options
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r-- | src/RootTheme.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh index 7136ea0..8bd2841 100644 --- a/src/RootTheme.hh +++ b/src/RootTheme.hh | |||
@@ -61,14 +61,11 @@ public: | |||
61 | m_opgc.setLineAttributes(width, line_style, cap_style, join_style); | 61 | m_opgc.setLineAttributes(width, line_style, cap_style, join_style); |
62 | } | 62 | } |
63 | 63 | ||
64 | //!! TODO we should need this later | ||
65 | void lock(bool value) { m_lock = value; } | ||
66 | private: | 64 | private: |
67 | BackgroundItem *m_background;///< background image/texture | 65 | BackgroundItem *m_background;///< background image/texture |
68 | FbTk::GContext m_opgc; | 66 | FbTk::GContext m_opgc; |
69 | const std::string &m_root_command; | 67 | const std::string &m_root_command; |
70 | FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture | 68 | FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture |
71 | bool m_lock; ///< reconfigure lock | ||
72 | bool m_background_loaded; ///< whether or not the background is present in the style file | 69 | bool m_background_loaded; ///< whether or not the background is present in the style file |
73 | 70 | ||
74 | }; | 71 | }; |