--- a/src/events/SDL_events.c Sat Jun 16 05:52:34 2007 +0000
+++ b/src/events/SDL_events.c Sat Jun 16 15:32:04 2007 +0000
@@ -111,10 +111,6 @@
if (_this) {
_this->PumpEvents(_this);
}
-
- /* Queue pending key-repeat events */
- SDL_CheckKeyRepeat();
-
#if !SDL_JOYSTICK_DISABLED
/* Check for joystick state change */
if (SDL_numjoysticks && (SDL_eventstate & SDL_JOYEVENTMASK)) {
@@ -386,10 +382,6 @@
if (_this) {
_this->PumpEvents(_this);
}
-
- /* Queue pending key-repeat events */
- SDL_CheckKeyRepeat();
-
#if !SDL_JOYSTICK_DISABLED
/* Check for joystick state change */
if (SDL_numjoysticks && (SDL_eventstate & SDL_JOYEVENTMASK)) {