From 26cc42d5a92968ed3bbf7b58aa1ea93ec1384fd0 Mon Sep 17 00:00:00 2001 From: Rogério Brito Date: Tue, 8 Mar 2011 14:59:52 -0300 Subject: 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. --- src/cddb.c | 4 ---- 1 file changed, 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... */ -- cgit v1.2.3