diff src/audacious/playlist.c @ 2570:7b1b52eb663b trunk

[svn] - Minor cleanups
author mf0102
date Sat, 24 Feb 2007 14:22:57 -0800
parents ef59b072a5d2
children 9713b5a67cba
line wrap: on
line diff
--- a/src/audacious/playlist.c	Sat Feb 24 13:36:36 2007 -0800
+++ b/src/audacious/playlist.c	Sat Feb 24 14:22:57 2007 -0800
@@ -789,9 +789,8 @@
 static gboolean
 file_is_hidden(const gchar * filename)
 {
-    // FIXME: remove the const cast
     g_return_val_if_fail(filename != NULL, FALSE);
-    return (g_basename((gchar *) filename)[0] == '.');
+    return (g_basename(filename)[0] == '.');
 }
 
 static GList *