summaryrefslogtreecommitdiff
path: root/src/ui/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/menu.h')
-rw-r--r--src/ui/menu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/menu.h b/src/ui/menu.h
index 27f89dfe..7af4ad8e 100644
--- a/src/ui/menu.h
+++ b/src/ui/menu.h
@@ -31,8 +31,6 @@
#define MARCO_STOCK_MINIMIZE "go-down"
#define MARCO_STOCK_MAXIMIZE "view-fullscreen"
-
-
struct _MetaWindowMenu {
MetaFrames* frames;
Window client_xwindow;
@@ -47,5 +45,4 @@ MetaWindowMenu* meta_window_menu_new(MetaFrames* frames, MetaMenuOp ops, MetaMen
void meta_window_menu_popup(MetaWindowMenu* menu, int root_x, int root_y, int button, guint32 timestamp);
void meta_window_menu_free(MetaWindowMenu* menu);
-
#endif