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;
|
||||
GList *it;
|
||||
gint i;
|
||||
gboolean icons = FALSE;
|
||||
guint desktop;
|
||||
|
||||
menu_clear_entries(menu);
|
||||
|
@ -84,7 +83,6 @@ static void self_update(ObMenuFrame *frame, gpointer data)
|
|||
}
|
||||
}
|
||||
}
|
||||
icons = FALSE;
|
||||
|
||||
if (empty) {
|
||||
/* no entries */
|
||||
|
|
Loading…
Reference in a new issue