changeset 36011:277882d42938

Remove pointless replacement lists. Remove pointless #undefs.
author ib
date Sun, 31 Mar 2013 01:20:18 +0000
parents 5c720c434d56
children 72b526dc27a8
files gui/app/cfg-old.c gui/dialog/fileselect.c gui/dialog/playlist.c
diffstat 3 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gui/app/cfg-old.c	Sat Mar 30 15:09:51 2013 +0000
+++ b/gui/app/cfg-old.c	Sun Mar 31 01:20:18 2013 +0000
@@ -44,6 +44,3 @@
 #endif
     return fname;
 }
-
-#undef CFG_OLD_FILESELECT
-#undef CFG_OLD_PLAYLIST
--- a/gui/dialog/fileselect.c	Sat Mar 30 15:09:51 2013 +0000
+++ b/gui/dialog/fileselect.c	Sun Mar 31 01:20:18 2013 +0000
@@ -47,7 +47,7 @@
 #include "preferences.h"
 #include "tools.h"
 
-#define CFG_OLD_FILESELECT 1
+#define CFG_OLD_FILESELECT
 #include "gui/app/cfg-old.c"
 
 #ifndef __linux__
--- a/gui/dialog/playlist.c	Sat Mar 30 15:09:51 2013 +0000
+++ b/gui/dialog/playlist.c	Sun Mar 31 01:20:18 2013 +0000
@@ -43,7 +43,7 @@
 #include "pixmaps/open2.xpm"
 #include "pixmaps/dir2.xpm"
 
-#define CFG_OLD_PLAYLIST 1
+#define CFG_OLD_PLAYLIST
 #include "gui/app/cfg-old.c"
 
        GtkWidget * Playlist = NULL;