X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmenu.c;h=dff1b39ca6d19c5bf86f71bdfac26c47675efc83;hb=30eb4622c4b3d88dc5169ce255c66b40a22febbb;hp=688d5389b932bb20da19e3204255e4322df2253c;hpb=b2451ac666326a748e1c7174416a3baacd09e6b1;p=picodrive.git diff --git a/platform/common/menu.c b/platform/common/menu.c index 688d538..dff1b39 100644 --- a/platform/common/menu.c +++ b/platform/common/menu.c @@ -22,8 +22,6 @@ #include #include -#define array_size(x) (sizeof(x) / sizeof(x[0])) - static char static_buff[64]; static char menu_error_msg[64] = { 0, }; static int menu_error_time = 0;