fix a warning
This commit is contained in:
parent
092616de9a
commit
10232a436a
1 changed files with 2 additions and 0 deletions
|
@ -65,8 +65,10 @@ void menu_entry_free(MenuEntry *self)
|
||||||
void menu_startup()
|
void menu_startup()
|
||||||
{
|
{
|
||||||
Menu *m;
|
Menu *m;
|
||||||
|
/*
|
||||||
Menu *s;
|
Menu *s;
|
||||||
Menu *t;
|
Menu *t;
|
||||||
|
*/
|
||||||
Action *a;
|
Action *a;
|
||||||
|
|
||||||
menu_hash = g_hash_table_new_full(g_str_hash, g_str_equal,
|
menu_hash = g_hash_table_new_full(g_str_hash, g_str_equal,
|
||||||
|
|
Loading…
Reference in a new issue