aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-04 01:01:44 (GMT)
committermarkt <markt>2006-07-04 01:01:44 (GMT)
commit6cd9ad46cc0d9660a4e582ee5e61a97c68782f1d (patch)
treef30cca1196f74c05940c890c5f487af9a6e9850e /src/fluxbox.hh
parent12e80f3faf33240a09086198ef9ade997b089dd5 (diff)
downloadfluxbox-6cd9ad46cc0d9660a4e582ee5e61a97c68782f1d.zip
fluxbox-6cd9ad46cc0d9660a4e582ee5e61a97c68782f1d.tar.bz2
some dead resources and the functions that go with them
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh6
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,