aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r--src/FbTk/Menu.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh
index bd830b4..5e1d98c 100644
--- a/src/FbTk/Menu.hh
+++ b/src/FbTk/Menu.hh
@@ -235,8 +235,6 @@ private:
235 235
236 int m_x_move; 236 int m_x_move;
237 int m_y_move; 237 int m_y_move;
238 int m_grab_x;
239 int m_grab_y;
240 238
241 // the menuitems are rendered in a grid with 239 // the menuitems are rendered in a grid with
242 // 'm_columns' (a minimum of 'm_min_columns') and 240 // 'm_columns' (a minimum of 'm_min_columns') and
@@ -252,7 +250,6 @@ private:
252 // the corners 250 // the corners
253 std::auto_ptr<FbTk::Shape> m_shape; 251 std::auto_ptr<FbTk::Shape> m_shape;
254 252
255 Drawable m_root_pm;
256 static Menu *shown; ///< used for determining if there's a menu open at all 253 static Menu *shown; ///< used for determining if there's a menu open at all
257 static Menu *s_focused; ///< holds current input focused menu, so one can determine if a menu is focused 254 static Menu *s_focused; ///< holds current input focused menu, so one can determine if a menu is focused
258 bool m_need_update; 255 bool m_need_update;