diff options
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r-- | simon/simon.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index ae0850f296..a0df8fefac 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -33,14 +33,6 @@ extern bool draw_keyboard; #endif -#if defined (WIN32) && defined (NDEBUG) - -extern "C" { - int errno; -} - -#endif - static const GameSpecificSettings simon1_settings = { 1, /* VGA_DELAY_BASE */ 1576 / 4, /* TABLE_INDEX_BASE */ |