From 10232a436a7286ae35afaa57cefbb9dc41610572 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 02:14:53 +0000 Subject: [PATCH] fix a warning --- openbox/menu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/menu.c b/openbox/menu.c index 8e2a8583..caf3887b 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -65,8 +65,10 @@ void menu_entry_free(MenuEntry *self) void menu_startup() { Menu *m; +/* Menu *s; Menu *t; +*/ Action *a; menu_hash = g_hash_table_new_full(g_str_hash, g_str_equal, -- 2.39.2