rm empty line

This commit is contained in:
Dana Jansens 2003-09-03 07:26:44 +00:00
parent 8419fe8a11
commit 39b3cc1d12

View file

@ -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)