aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Rogério Brito <rbrito@ime.usp.br>2011-03-08 14:59:52 -0300
committerGravatar Rogério Brito <rbrito@ime.usp.br>2011-03-08 14:59:56 -0300
commit26cc42d5a92968ed3bbf7b58aa1ea93ec1384fd0 (patch)
treef0ee0b620bb45582e9a1416737d430923d9b7ef4
parent1350f8c0181c444878c73f89167e385e70629dd1 (diff)
cddb: Eliminate unused variable.
Like this one, the code is full of variables that are defined, but not used and the code can be simplified.
-rw-r--r--src/cddb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cddb.c b/src/cddb.c
index a150fce..dd61244 100644
--- a/src/cddb.c
+++ b/src/cddb.c
@@ -223,7 +223,6 @@ void Open_Cddb_Window (void)
GtkWidget *Button;
GtkWidget *Separator;
GtkWidget *ScrollWindow;
- GtkWidget *PopupMenu;
GtkWidget *Icon;
GtkTooltips *Tips;
gchar *CddbAlbumList_Titles[] = { NULL, N_("Artist / Album"), N_("Category")}; // Note: don't set "" instead of NULL else this will cause problem with translation language
@@ -704,9 +703,6 @@ void Open_Cddb_Window (void)
"your files list. All lines will be processed if no line is selected.\n"
"You can also reorder lines in this list before using 'apply' button."), NULL);
- // Create Popup Menu on CddbTrackCList
- PopupMenu = Create_Cddb_Track_List_Popup_Menu(CddbTrackListView);
-
/*
* Apply results to fields...
*/