diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 667b4a9..57fa803 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -128,9 +128,6 @@ public: | |||
128 | int colorsPerChannel() const { return *m_rc_colors_per_channel; } | 128 | int colorsPerChannel() const { return *m_rc_colors_per_channel; } |
129 | int getNumberOfLayers() const { return *m_rc_numlayers; } | 129 | int getNumberOfLayers() const { return *m_rc_numlayers; } |
130 | int getTabsPadding() const { return *m_rc_tabs_padding; } | 130 | int getTabsPadding() const { return *m_rc_tabs_padding; } |
131 | #ifdef NOT_USED | ||
132 | int getFocusedTabMinWidth() const { return *m_rc_focused_tab_min_width; } | ||
133 | #endif | ||
134 | 131 | ||
135 | // class to store layer numbers (special Resource type) | 132 | // class to store layer numbers (special Resource type) |
136 | // we have a special resource type because we need to be able to name certain layers | 133 | // we have a special resource type because we need to be able to name certain layers |
@@ -246,8 +243,7 @@ private: | |||
246 | FbTk::Resource<bool> m_rc_pseudotrans; | 243 | FbTk::Resource<bool> m_rc_pseudotrans; |
247 | FbTk::Resource<int> m_rc_colors_per_channel, m_rc_numlayers, | 244 | FbTk::Resource<int> m_rc_colors_per_channel, m_rc_numlayers, |
248 | m_rc_double_click_interval, | 245 | m_rc_double_click_interval, |
249 | m_rc_tabs_padding, | 246 | m_rc_tabs_padding; |
250 | m_rc_focused_tab_min_width; | ||
251 | FbTk::Resource<std::string> m_rc_stylefile, | 247 | FbTk::Resource<std::string> m_rc_stylefile, |
252 | m_rc_styleoverlayfile, | 248 | m_rc_styleoverlayfile, |
253 | m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, | 249 | m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, |