diff options
author | markt <markt> | 2006-07-11 03:20:41 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-11 03:20:41 (GMT) |
commit | 349441ec6e72cf201c74c424d3e33e9e5aac6469 (patch) | |
tree | dbfbced5266f5becd2d629f1f1278ad4a09f1cdb /src/FbTk/Menu.hh | |
parent | bf3aee5f674a7ce2e27ad6294c4c19db9885aa7b (diff) | |
download | fluxbox_pavel-349441ec6e72cf201c74c424d3e33e9e5aac6469.zip fluxbox_pavel-349441ec6e72cf201c74c424d3e33e9e5aac6469.tar.bz2 |
dead function
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r-- | src/FbTk/Menu.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh index f8a7db8..4b749dc 100644 --- a/src/FbTk/Menu.hh +++ b/src/FbTk/Menu.hh | |||
@@ -154,7 +154,9 @@ public: | |||
154 | inline unsigned int height() const { return menu.window.height(); } | 154 | inline unsigned int height() const { return menu.window.height(); } |
155 | inline size_t numberOfItems() const { return menuitems.size(); } | 155 | inline size_t numberOfItems() const { return menuitems.size(); } |
156 | inline int currentSubmenu() const { return m_which_sub; } | 156 | inline int currentSubmenu() const { return m_which_sub; } |
157 | #ifdef NOT_USED | ||
157 | bool hasSubmenu(unsigned int index) const; | 158 | bool hasSubmenu(unsigned int index) const; |
159 | #endif | ||
158 | bool isItemSelected(unsigned int index) const; | 160 | bool isItemSelected(unsigned int index) const; |
159 | bool isItemEnabled(unsigned int index) const; | 161 | bool isItemEnabled(unsigned int index) const; |
160 | bool isItemSelectable(unsigned int index) const; | 162 | bool isItemSelectable(unsigned int index) const; |