[MPlayer-cvslog] r27780 - trunk/libmenu/vf_menu.c

diego subversion at mplayerhq.hu
Thu Oct 16 20:08:19 CEST 2008


Author: diego
Date: Thu Oct 16 20:08:18 2008
New Revision: 27780

Log:
Remove pointless attribute_used from variable declaration.


Modified:
   trunk/libmenu/vf_menu.c

Modified: trunk/libmenu/vf_menu.c
==============================================================================
--- trunk/libmenu/vf_menu.c	(original)
+++ trunk/libmenu/vf_menu.c	Thu Oct 16 20:08:18 2008
@@ -33,7 +33,7 @@ static struct vf_priv_s* st_priv = NULL;
 static mp_image_t* pause_mpi = NULL;
 static int go2pause = 0;
 /// if nonzero display menu at startup
-int attribute_used menu_startup = 0;
+int menu_startup = 0;
 
 struct vf_priv_s {
   menu_t* root;



More information about the MPlayer-cvslog mailing list