From ffa31e696de4294c8c6868d1548f5961e1245c59 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Tue, 28 Jun 2016 19:33:21 -0700 Subject: [PATCH] Remove unused function declaration. --- Playlist/PlaylistLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playlist/PlaylistLoader.h b/Playlist/PlaylistLoader.h index a88584c1b..03b54152d 100755 --- a/Playlist/PlaylistLoader.h +++ b/Playlist/PlaylistLoader.h @@ -43,7 +43,7 @@ typedef enum { - (BOOL)saveXml:(NSString *)filename; // Read info for a playlist entry -- (NSDictionary *)readEntryInfo:(PlaylistEntry *)pe; +//- (NSDictionary *)readEntryInfo:(PlaylistEntry *)pe; - (void)loadInfoForEntries:(NSArray *)entries;