X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FBasemenu.hh;h=d7339f0d33e9380751a58333864cc0b9dec04443;hb=8e34bfcfcbd7bfc9913f40a23016f30c63803611;hp=46a8d52821f5bf9e598273ac930218695cd3b94b;hpb=20bac0772c548fe1e41eed21d55849bad2f34b2f;p=chaz%2Fopenbox diff --git a/src/Basemenu.hh b/src/Basemenu.hh index 46a8d528..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; @@ -163,8 +162,6 @@ public: f(0), enabled(1), selected(0) {} - ~BasemenuItem(void); - inline const char *exec(void) const { return e.c_str(); } inline const char *label(void) const { return l.c_str(); } inline int function(void) const { return f; }