diff --git a/openbox/menuframe.c b/openbox/menuframe.c index d30262cc..f479639c 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -30,7 +30,6 @@ static Window createWindow(Window parent, unsigned long mask, return XCreateWindow(ob_display, parent, 0, 0, 1, 1, 0, RrDepth(ob_rr_inst), InputOutput, RrVisual(ob_rr_inst), mask, attrib); - } ObMenuFrame* menu_frame_new(ObMenu *menu, ObClient *client)