X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=75e03da451ad73fd57351b04309370679095fde3;hb=4dec70d627dbf133e3042c09032906ba65ad17b0;hp=4f896ec88fbf965cf057ab35400f5479c9473a50;hpb=48d7045208e935da4cf8ac500f761fbfb934af77;p=chaz%2Fopenbox diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 4f896ec8..75e03da4 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -77,9 +77,6 @@ struct _ObMenuFrame struct _ObMenuEntryFrame { - /* if this is true then it doesn't have an entry to point to */ - gboolean more; - struct _ObMenuEntry *entry; ObMenuFrame *frame; @@ -128,7 +125,6 @@ gboolean menu_frame_show_topmenu(ObMenuFrame *self, gint x, gint y, gint button); gboolean menu_frame_show_submenu(ObMenuFrame *self, ObMenuFrame *parent, ObMenuEntryFrame *parent_entry); -void menu_frame_hide(ObMenuFrame *self); void menu_frame_hide_all(); void menu_frame_hide_all_client(struct _ObClient *client);