X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fgizmondo%2Fmenu.h;h=7784da9e3f57a474546b992f6cd4e97dc242e1d3;hb=ea8c405fa721a8658b1f7c51cf6238ba2bba8a17;hp=ae1bccd069d6bda5f5e8251f2bc65dfb76023768;hpb=e5f426aa2e86d56357b8af2795e73cc0c9b17e8f;p=picodrive.git diff --git a/platform/gizmondo/menu.h b/platform/gizmondo/menu.h index ae1bccd..7784da9 100644 --- a/platform/gizmondo/menu.h +++ b/platform/gizmondo/menu.h @@ -3,8 +3,6 @@ // For commercial use, separate licencing terms must be obtained. -extern char menuErrorMsg[40]; - void menu_init(void); void text_out16(int x, int y, const char *texto, ...); void menu_loop(void);