Removed unused enum

This commit is contained in:
vurtun 2016-04-29 17:06:55 +02:00
parent eb7b0847b6
commit 95beac8cc2
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
static int
overview(struct nk_context *ctx)
{
@ -35,7 +36,6 @@ overview(struct nk_context *ctx)
{
/* menubar */
enum menu_states {MENU_DEFAULT, MENU_WINDOWS};
static enum menu_states menu_state = MENU_DEFAULT;
static nk_size mprog = 60;
static int mslider = 10;
static int mcheck = nk_true;