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/z80_decode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/z80_decode.c') diff --git a/src/z80_decode.c b/src/z80_decode.c index ced7fbd..23408da 100644 --- a/src/z80_decode.c +++ b/src/z80_decode.c @@ -29,8 +29,6 @@ #include "z80.h" #include "z80_private.h" -static const char ident[]="$Id$"; - /* ---------------------------------------- TABLES AND INIT */ static Z80Byte PSZtable[512]; -- cgit v1.2.3