[MPlayer-cvslog] r36105 - in trunk/gui: app/cfg-old.c dialog/fileselect.c dialog/playlist.c

ib subversion at mplayerhq.hu
Sun Mar 31 03:20:18 CEST 2013


Author: ib
Date: Sun Mar 31 03:20:18 2013
New Revision: 36105

Log:
Remove pointless replacement lists.

Remove pointless #undefs.

Modified:
   trunk/gui/app/cfg-old.c
   trunk/gui/dialog/fileselect.c
   trunk/gui/dialog/playlist.c

Modified: trunk/gui/app/cfg-old.c
==============================================================================
--- trunk/gui/app/cfg-old.c	Sat Mar 30 16:09:51 2013	(r36104)
+++ trunk/gui/app/cfg-old.c	Sun Mar 31 03:20:18 2013	(r36105)
@@ -44,6 +44,3 @@ static const gchar *cfg_old_filename_fro
 #endif
     return fname;
 }
-
-#undef CFG_OLD_FILESELECT
-#undef CFG_OLD_PLAYLIST

Modified: trunk/gui/dialog/fileselect.c
==============================================================================
--- trunk/gui/dialog/fileselect.c	Sat Mar 30 16:09:51 2013	(r36104)
+++ trunk/gui/dialog/fileselect.c	Sun Mar 31 03:20:18 2013	(r36105)
@@ -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__

Modified: trunk/gui/dialog/playlist.c
==============================================================================
--- trunk/gui/dialog/playlist.c	Sat Mar 30 16:09:51 2013	(r36104)
+++ trunk/gui/dialog/playlist.c	Sun Mar 31 03:20:18 2013	(r36105)
@@ -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;


More information about the MPlayer-cvslog mailing list