X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2Fplat.c;fp=platform%2Fwin32%2Fplat.c;h=aa3a7f2136fbff4ff626432cea8a66b79e446340;hb=41946d7023cded9999495eb8916eeb5ab0480a1f;hp=7ee685efa19fdf9a3527f942fd0af2bf2a43a3d7;hpb=19886062f1a36f70b1f01d58f3fa1b79162defac;p=picodrive.git diff --git a/platform/win32/plat.c b/platform/win32/plat.c index 7ee685e..aa3a7f2 100644 --- a/platform/win32/plat.c +++ b/platform/win32/plat.c @@ -18,8 +18,6 @@ #include "main.h" static unsigned short screen_buff[320 * 240]; -static unsigned char PicoDraw2FB_[(8+320) * (8+240+8)]; -unsigned char *PicoDraw2FB = PicoDraw2FB_; const char *renderer_names[] = { NULL }; const char *renderer_names32x[] = { NULL };