diff options
Diffstat (limited to 'src/memmenu.c')
-rw-r--r-- | src/memmenu.c | 8 |
1 files changed, 0 insertions, 8 deletions
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 <stdlib.h> #include <stdio.h> #include <string.h> @@ -39,8 +37,6 @@ static const char ident[]="$Id$"; #include <SDL.h> -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; } |