unused variable "icons"
This commit is contained in:
parent
7e0d660b8b
commit
66c350763f
1 changed files with 0 additions and 2 deletions
|
@ -39,7 +39,6 @@ static void self_update(ObMenuFrame *frame, gpointer data)
|
||||||
ObMenuEntry *e;
|
ObMenuEntry *e;
|
||||||
GList *it;
|
GList *it;
|
||||||
gint i;
|
gint i;
|
||||||
gboolean icons = FALSE;
|
|
||||||
guint desktop;
|
guint desktop;
|
||||||
|
|
||||||
menu_clear_entries(menu);
|
menu_clear_entries(menu);
|
||||||
|
@ -84,7 +83,6 @@ static void self_update(ObMenuFrame *frame, gpointer data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icons = FALSE;
|
|
||||||
|
|
||||||
if (empty) {
|
if (empty) {
|
||||||
/* no entries */
|
/* no entries */
|
||||||
|
|
Loading…
Reference in a new issue