changeset 1328:a5907f17d4a1 trunk

[svn] Deactivate unused check_command function to squash 1 warning.
author chainsaw
date Sat, 24 Jun 2006 15:33:41 -0700
parents 5bd743a3417b
children f281b8f7a719
files ChangeLog Plugins/General/song_change/song_change.c
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jun 24 02:57:45 2006 -0700
+++ b/ChangeLog	Sat Jun 24 15:33:41 2006 -0700
@@ -1,3 +1,12 @@
+2006-06-24 09:57:45 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [1566]
+  fix for memory leak in bmp_rcfile_open()
+  
+
+  Changes:        Modified:
+  +1 -0           trunk/libaudacious/rcfile.c  
+
+
 2006-06-24 09:43:36 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1564]
   - avoid a memory leak with images
--- a/Plugins/General/song_change/song_change.c	Sat Jun 24 02:57:45 2006 -0700
+++ b/Plugins/General/song_change/song_change.c	Sat Jun 24 15:33:41 2006 -0700
@@ -170,6 +170,7 @@
 }
 #endif
 
+#if 0
 static int check_command(char *command)
 {
 	const char *dangerous = "fns";
@@ -185,6 +186,7 @@
 	}
 	return 0;
 }
+#endif
 
 static void configure_ok_cb(GtkWidget *w, gpointer data)
 {