From 469bf325a1f40490fab0e9a87da199b8c6689d9b Mon Sep 17 00:00:00 2001 From: gocha Date: Tue, 13 Oct 2009 21:50:59 +0000 Subject: [PATCH] Lua: remove 'extern int fromPause' from doPopup. it doesn't exist. --- src/lua-engine.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lua-engine.cpp b/src/lua-engine.cpp index bbd17e07..fe027ea1 100644 --- a/src/lua-engine.cpp +++ b/src/lua-engine.cpp @@ -2639,13 +2639,6 @@ static int doPopup(lua_State *L, const char* deftype, const char* deficon) { char *t; #ifdef __linux - // The Linux backend has a "FromPause" variable. - // If set to 1, assume some known external event has screwed with the flow of time. - // Since this pauses the emulator waiting for a response, we set it to 1. - extern int FromPause; - FromPause = 1; - - int pid; // appease compiler // Before doing any work, verify the correctness of the parameters.