diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-03 07:26:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-03 07:26:44 +0000 |
| commit | 39b3cc1d1284d61966525a17cb1dbd89bf9cca06 (patch) | |
| tree | 7e21b921fad4f3c17879e5042d523bc7e4027449 | |
| parent | 8419fe8a112986faeb1380329d29f53d198c6fbb (diff) | |
rm empty line
| -rw-r--r-- | openbox/menuframe.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
