summaryrefslogtreecommitdiff
path: root/src/Basemenu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Basemenu.hh')
-rw-r--r--src/Basemenu.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Basemenu.hh b/src/Basemenu.hh
index 23da10ee..d7339f0d 100644
--- a/src/Basemenu.hh
+++ b/src/Basemenu.hh
@@ -57,8 +57,7 @@ private:
Window window, frame, title;
std::string label;
- int x, y, x_move, y_move, x_shift, y_shift, sublevels, persub, minsub,
- grab_x, grab_y;
+ int x, y, x_move, y_move, x_shift, y_shift, sublevels, persub, minsub;
unsigned int width, height, title_h, frame_h, item_w, item_h, bevel_w,
bevel_h;
} menu;