From 39b3cc1d1284d61966525a17cb1dbd89bf9cca06 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 07:26:44 +0000 Subject: [PATCH] rm empty line --- openbox/menuframe.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2