diff src/audacious/playlist.c @ 2328:d88558b0de0a trunk

[svn] - Added script for migration to XDG basedir. - Fixed tons of warnings.
author js
date Sat, 13 Jan 2007 16:41:21 -0800
parents 3149d4b1a9a9
children ad1d7687814c
line wrap: on
line diff
--- a/src/audacious/playlist.c	Sat Jan 13 16:09:38 2007 -0800
+++ b/src/audacious/playlist.c	Sat Jan 13 16:41:21 2007 -0800
@@ -96,7 +96,7 @@
 
 G_LOCK_DEFINE(playlist_get_info_going);
 
-static gchar *playlist_current_name = NULL;
+//static gchar *playlist_current_name = NULL;
 
 static gboolean playlist_get_info_scan_active = FALSE;
 static gboolean playlist_get_info_going = FALSE;
@@ -2260,7 +2260,6 @@
     GList *node;
     PlaylistEntry *entry = NULL;
     TitleInput *tuple = NULL;
-    gint mtime;
 
     PLAYLIST_LOCK(playlist->mutex);