diff options
author | rathnor <rathnor> | 2003-04-27 04:28:04 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-27 04:28:04 (GMT) |
commit | 64d7fa3b9644bedf86163e86be20f43262866396 (patch) | |
tree | 52f9779bd0b68b475ff710b7972ebd67a27dacbf /src/fluxbox.hh | |
parent | edf60e95deefe50e5412a6a57f4af627f4548110 (diff) | |
download | fluxbox-64d7fa3b9644bedf86163e86be20f43262866396.zip fluxbox-64d7fa3b9644bedf86163e86be20f43262866396.tar.bz2 |
remove mention of old useIconbar resource (toolbar modes now do this
task)
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 6cd2ca3..ee60094 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.50 2003/04/25 15:52:58 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.51 2003/04/27 04:28:04 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -79,9 +79,6 @@ public: | |||
79 | 79 | ||
80 | static Fluxbox *instance() { return s_singleton; } | 80 | static Fluxbox *instance() { return s_singleton; } |
81 | 81 | ||
82 | inline bool useIconBar() const { return *m_rc_iconbar; } | ||
83 | inline void saveIconBar(bool value) { m_rc_iconbar = value; } | ||
84 | |||
85 | inline Atom getFluxboxPidAtom() const { return m_fluxbox_pid; } | 82 | inline Atom getFluxboxPidAtom() const { return m_fluxbox_pid; } |
86 | 83 | ||
87 | FluxboxWindow *searchGroup(Window, FluxboxWindow *); | 84 | FluxboxWindow *searchGroup(Window, FluxboxWindow *); |
@@ -219,7 +216,7 @@ private: | |||
219 | ResourceManager m_resourcemanager, m_screen_rm; | 216 | ResourceManager m_resourcemanager, m_screen_rm; |
220 | 217 | ||
221 | //--- Resources | 218 | //--- Resources |
222 | Resource<bool> m_rc_tabs, m_rc_iconbar; | 219 | Resource<bool> m_rc_tabs; |
223 | Resource<int> m_rc_colors_per_channel, m_rc_numlayers; | 220 | Resource<int> m_rc_colors_per_channel, m_rc_numlayers; |
224 | Resource<std::string> m_rc_stylefile, | 221 | Resource<std::string> m_rc_stylefile, |
225 | m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, | 222 | m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, |