[MPlayer-cvslog] r33309 - trunk/gui/cfg.h

ib subversion at mplayerhq.hu
Sat Apr 23 11:41:48 CEST 2011


Author: ib
Date: Sat Apr 23 11:41:48 2011
New Revision: 33309

Log:
Remove unnecessary #ifdef.

Modified:
   trunk/gui/cfg.h

Modified: trunk/gui/cfg.h
==============================================================================
--- trunk/gui/cfg.h	Sat Apr 23 11:05:35 2011	(r33308)
+++ trunk/gui/cfg.h	Sat Apr 23 11:41:48 2011	(r33309)
@@ -60,14 +60,12 @@ extern char *gtkEquChannel6;
 extern int gtkSubDumpMPSub;
 extern int gtkSubDumpSrt;
 
-#ifdef CONFIG_ASS
 typedef struct {
     int enabled;
     int use_margins;
     int top_margin;
     int bottom_margin;
 } gtkASS_t;
-#endif
 
 extern gtkASS_t gtkASS;
 


More information about the MPlayer-cvslog mailing list