Mercurial > mplayer.hg
changeset 27746:38fbba4327fa
Remove pointless attribute_used from variable declaration.
author | diego |
---|---|
date | Thu, 16 Oct 2008 18:08:18 +0000 |
parents | a5ed200519dc |
children | 8215fb6c542c |
files | libmenu/vf_menu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmenu/vf_menu.c Thu Oct 16 17:01:40 2008 +0000 +++ b/libmenu/vf_menu.c Thu Oct 16 18:08:18 2008 +0000 @@ -33,7 +33,7 @@ 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;