summaryrefslogtreecommitdiff
path: root/openbox/menu_render.c
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2003-07-24 06:10:55 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2003-07-24 06:10:55 +0000
commitd51702affa3e3895f9fca218de39690f8958b500 (patch)
tree2575931b18a36321770c7f2e8aa8768be590d564 /openbox/menu_render.c
parent5973fb03f503de151d75db08e0a35ca741c3476e (diff)
I had a commit message but my commit got stepped on so fuck it.
No one cares what I think anyway. If the menu navigation isn't EXACTLY FUCKING RIGHT I WILL REMOVE IT AND SOME OTHER POOR FUCK CAN PUT UP WITH ALL THE FUCKING BULLSHIT.
Diffstat (limited to 'openbox/menu_render.c')
-rw-r--r--openbox/menu_render.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/openbox/menu_render.c b/openbox/menu_render.c
index d3a5373f..60f02976 100644
--- a/openbox/menu_render.c
+++ b/openbox/menu_render.c
@@ -5,17 +5,7 @@
#include "openbox.h"
#include "render/theme.h"
-void menu_render_full(ObMenu *self);
-
void menu_render(ObMenu *self) {
- if (self->update) {
- self->update(self);
- } else if (self->invalid) {
- menu_render_full(self);
- }
-}
-
-void menu_render_full(ObMenu *self) {
GList *it;
int items_h = 0;
int nitems = 0; /* each item, only one is used */