summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/menu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index 3143c911..2af1a01f 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -272,7 +272,6 @@ void menu_show_full(Menu *self, int x, int y, Client *client)
}
}
-
void menu_hide(Menu *self) {
if (self->shown) {
XUnmapWindow(ob_display, self->frame);