[easytag/wip/ax-compile-warnings: 1/11] Remove redundant declaration
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/ax-compile-warnings: 1/11] Remove redundant declaration
- Date: Tue, 3 Feb 2015 08:52:11 +0000 (UTC)
commit 5cd0ec95a64d81e36a57d9a99b9f3a537a04edbf
Author: David King <amigadave amigadave com>
Date: Fri Jan 30 13:31:15 2015 +0000
Remove redundant declaration
src/file_list.h | 1 -
src/scan_dialog.c | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/file_list.h b/src/file_list.h
index be7ba20..7b05b42 100644
--- a/src/file_list.h
+++ b/src/file_list.h
@@ -33,7 +33,6 @@ gboolean ET_Free_File_List (void);
gboolean ET_Create_Artist_Album_File_List (void);
gboolean ET_Free_Artist_Album_File_List (void);
-gboolean ET_Remove_File_From_File_List (ET_File *ETFile);
gboolean ET_Check_If_All_Files_Are_Saved (void);
diff --git a/src/scan_dialog.c b/src/scan_dialog.c
index 4b5e005..69eb467 100644
--- a/src/scan_dialog.c
+++ b/src/scan_dialog.c
@@ -205,8 +205,6 @@ static GList *Scan_Generate_New_Tag_From_Mask (ET_File *ETFile, gchar *mask);
static void Scan_Free_File_Rename_List (GList *list);
static void Scan_Free_File_Fill_Tag_List (GList *list);
-static GList *Scan_Generate_New_Tag_From_Mask (ET_File *ETFile, gchar *mask);
-
static void et_scan_on_response (GtkDialog *dialog, gint response_id,
gpointer user_data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]