]> Dogcows Code - chaz/openbox/commitdiff
fix a warning
authorDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 02:14:53 +0000 (02:14 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 02:14:53 +0000 (02:14 +0000)
openbox/menu.c

index 8e2a8583f88f52085aedcfd4b2570fa5177c4958..caf3887b69ffff432ab9d97aba7e2ce25f2653ee 100644 (file)
@@ -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,
This page took 0.022634 seconds and 4 git commands to generate.