# HG changeset patch # User diego # Date 1224180498 0 # Node ID 38fbba4327fa093908e6f5341443563e5b95b459 # Parent a5ed200519dcde62d2d7de9aeefe4a8027939093 Remove pointless attribute_used from variable declaration. diff -r a5ed200519dc -r 38fbba4327fa libmenu/vf_menu.c --- 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;