removed unused variables

This commit is contained in:
vurtun 2015-11-25 18:12:32 +01:00
parent 4a9fd633ef
commit 8c61671141
1 changed files with 0 additions and 3 deletions

View File

@ -126,8 +126,6 @@ button_demo(struct zr_window *window, struct zr_style *config, struct icons *img
static int toggle0 = 1;
static int toggle1 = 0;
static int toggle2 = 1;
static const float ratio[] = {0.15f, 0.85f};
zr_begin(&layout, window, "Button Demo");
/*------------------------------------------------
@ -207,7 +205,6 @@ basic_demo(struct zr_window *window, struct zr_style *config, struct icons *img)
static int combo_active = 0;
static int selected_item = 0;
static int selected_image = 2;
static const float ratio[] = {0.15f, 0.85f};
static const char *items[] = {"Item 0","item 1","item 2"};
int i = 0;