diff options
author | markt <markt> | 2006-07-01 03:32:53 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 03:32:53 (GMT) |
commit | c18985732b09da5f09189e91a145cb33e656688d (patch) | |
tree | 7b403311860659c0e1022716663f6860dc4ee7cf /src/FbTk/Menu.hh | |
parent | 698539d9b9012bb6c282725e775e358c1bd4a281 (diff) | |
download | fluxbox-c18985732b09da5f09189e91a145cb33e656688d.zip fluxbox-c18985732b09da5f09189e91a145cb33e656688d.tar.bz2 |
more dead functions
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r-- | src/FbTk/Menu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh index 4490eb8..f8a7db8 100644 --- a/src/FbTk/Menu.hh +++ b/src/FbTk/Menu.hh | |||
@@ -131,7 +131,6 @@ public: | |||
131 | virtual void clearWindow(); | 131 | virtual void clearWindow(); |
132 | #ifdef NOT_USED | 132 | #ifdef NOT_USED |
133 | void setActiveIndex(int index) { m_active_index = index; } | 133 | void setActiveIndex(int index) { m_active_index = index; } |
134 | #endif | ||
135 | /*@}*/ | 134 | /*@}*/ |
136 | 135 | ||
137 | /** | 136 | /** |
@@ -139,6 +138,7 @@ public: | |||
139 | */ | 138 | */ |
140 | //@{ | 139 | //@{ |
141 | inline int activeIndex() const { return m_active_index; } | 140 | inline int activeIndex() const { return m_active_index; } |
141 | #endif | ||
142 | inline bool isTorn() const { return m_torn; } | 142 | inline bool isTorn() const { return m_torn; } |
143 | inline bool isVisible() const { return m_visible; } | 143 | inline bool isVisible() const { return m_visible; } |
144 | inline int screenNumber() const { return menu.window.screenNumber(); } | 144 | inline int screenNumber() const { return menu.window.screenNumber(); } |