Lua: remove 'extern int fromPause' from doPopup. it doesn't exist.

This commit is contained in:
gocha 2009-10-13 21:50:59 +00:00
parent 3b86027f01
commit 469bf325a1
1 changed files with 0 additions and 7 deletions

View File

@ -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.