aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cddb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cddb.c')
-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...
*/