]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/libsdl/contrib/src/video/ataricommon/SDL_gemdosevents.c
update
[l4.git] / l4 / pkg / libsdl / contrib / src / video / ataricommon / SDL_gemdosevents.c
index e72c6c9342b8fcb444429650dc9a1dd26e9635a5..e1ebaa666ce80b46cbec56bc21437f8839c3baf2 100644 (file)
@@ -1,6 +1,6 @@
 /*
     SDL - Simple DirectMedia Layer
-    Copyright (C) 1997-2009 Sam Lantinga
+    Copyright (C) 1997-2012 Sam Lantinga
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
@@ -45,19 +45,12 @@ static unsigned char gemdos_currentkeyboard[ATARIBIOS_MAXKEYS];
 static unsigned char gemdos_previouskeyboard[ATARIBIOS_MAXKEYS];
 static SDL_bool use_dev_mouse = SDL_FALSE;
 
-#ifndef DEV_BUSY
-enum {
-       DEV_BUSY=0,
-       DEV_READY
-};
-#endif
-
 static void UpdateSpecialKeys(int special_keys_state);
 
 void AtariGemdos_InitOSKeymap(_THIS)
 {
-       int i, vectors_mask;
-       unsigned long dummy;
+       int vectors_mask;
+/*     unsigned long dummy;*/
 
        SDL_memset(gemdos_currentkeyboard, 0, sizeof(gemdos_currentkeyboard));
        SDL_memset(gemdos_previouskeyboard, 0, sizeof(gemdos_previouskeyboard));