[easytag] Remove dead assignment in CDDB dialog
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Remove dead assignment in CDDB dialog
- Date: Thu, 19 Feb 2015 17:53:42 +0000 (UTC)
commit 9704e1117c36fe893088a71669b9e7f570cf4c27
Author: David King <amigadave amigadave com>
Date: Thu Feb 19 17:46:46 2015 +0000
Remove dead assignment in CDDB dialog
Found with the Cland statix analyzer.
src/cddb_dialog.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/cddb_dialog.c b/src/cddb_dialog.c
index 6cf8274..115de70 100644
--- a/src/cddb_dialog.c
+++ b/src/cddb_dialog.c
@@ -2234,8 +2234,6 @@ Cddb_Set_Track_Infos_To_File_List (EtCDDBDialog *self)
selectedcount = gtk_tree_selection_count_selected_rows(selection);
/* Check if at least one line was selected. No line selected is equal to all lines selected. */
- CddbTrackList_Line_Selected = FALSE;
-
if (selectedcount > 0)
{
/* Loop through selected rows only */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]