From 15d2a8724930bfb3d87f20b286391d4133d42d98 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 23 May 2021 20:45:19 +0000 Subject: Updates for SDL2 --- src/memmenu.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/memmenu.c') diff --git a/src/memmenu.c b/src/memmenu.c index 9e470d1..6a6d3d3 100644 --- a/src/memmenu.c +++ b/src/memmenu.c @@ -23,8 +23,6 @@ Provides the memory menu */ -static const char ident[]="$Id$"; - #include #include #include @@ -39,8 +37,6 @@ static const char ident[]="$Id$"; #include -static const char ident_h[]=ESPEC_MEMMENU_H; - #ifndef TRUE #define TRUE 1 #endif @@ -1197,8 +1193,6 @@ int MemoryMenu(Z80 *z80) Z80GetState(z80,&s); - GFXKeyRepeat(TRUE); - while(!done) { DisplayMenu(); @@ -1271,8 +1265,6 @@ int MemoryMenu(Z80 *z80) } } - GFXKeyRepeat(FALSE); - return quit; } -- cgit v1.2.3