(materialui.c) Remove unused variable

This commit is contained in:
twinaphex 2015-11-15 22:55:13 +01:00
parent 1c296b6bd6
commit 4d74f6edef

View File

@ -726,7 +726,7 @@ static void mui_frame(void)
0, 0, 0, 0.2,
0, 0, 0, 0.2,
};
unsigned width, height, ticker_limit, i, tab_width;
unsigned width, height, ticker_limit, i;
char msg[PATH_MAX_LENGTH];
char title[PATH_MAX_LENGTH];
char title_buf[PATH_MAX_LENGTH];