[easytag] Remove an unused variable in ET_Core



commit d81075d63435a0402bb9dbfac5c3c1801a13df49
Author: David King <amigadave amigadave com>
Date:   Fri Feb 13 23:27:27 2015 +0000

    Remove an unused variable in ET_Core

 src/et_core.h   |    1 -
 src/file_list.c |    9 ---------
 2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/et_core.h b/src/et_core.h
index 1fb6bfe..9775d5a 100644
--- a/src/et_core.h
+++ b/src/et_core.h
@@ -46,7 +46,6 @@ typedef struct
 
     // Displayed list (part of the main list of files displayed in BrowserList) (used when displaying by 
Artist & Album) 
     GList *ETFileDisplayedList;                 // List of files displayed (List of ET_File from ETFileList 
/ ATArtistAlbumFileList) | !! May not point to the first item!!
-    GList *ETFileDisplayedListPtr;              // Pointer to the current item of ETFileDisplayedList used 
with ET_Displayed_File_List_First, ET_Displayed_File_List_Previous
     guint  ETFileDisplayedList_Length;          // Contains the length of the displayed list
     gfloat ETFileDisplayedList_TotalSize;       // Total of the size of files in displayed list (in bytes)
     gulong ETFileDisplayedList_TotalDuration;   // Total of duration of files in displayed list (in seconds)
diff --git a/src/file_list.c b/src/file_list.c
index f29bc8f..2df5305 100644
--- a/src/file_list.c
+++ b/src/file_list.c
@@ -1130,15 +1130,6 @@ ET_Displayed_File_List_By_Etfile (const ET_File *ETFile)
 }
 
 /*
- * Just returns the current item of the "main list"
- */
-/*GList *ET_Displayed_File_List_Current (void)
-{
-    return ETCore->ETFileDisplayedList;
-    //return ETCore->ETFileDisplayedListPtr;
-}*/
-
-/*
  * Load the list of displayed files (calculate length, size, ...)
  * It contains part (filtrated : view by artists and albums) or full ETCore->ETFileList list
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]