diff options
-rw-r--r-- | engines/lab/engine.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/lab/engine.cpp b/engines/lab/engine.cpp index 184b7e0669..91132e6d01 100644 --- a/engines/lab/engine.cpp +++ b/engines/lab/engine.cpp @@ -719,11 +719,6 @@ int didintro = false; // change to int do labw.c can access #endif static bool novesa = false, noaudio = false; - -void processEvents() { - warning("STUB: processEvents()"); -} - /******************************************************************************/ /* Processes user input events. */ /******************************************************************************/ @@ -771,7 +766,7 @@ static void process(void) { /* Set up initial picture. */ while (1) { - processEvents(); + WSDL_ProcessInput(1); if (GotMessage) { if (QuitLab) { |