Remove screenshot functionality

It was only meant for debugging and brought with it
unneeded platform dependant issues.
This commit is contained in:
Jonas Kulla 2014-04-16 13:48:45 +02:00
parent 1ef6e04520
commit f11cc182df
5 changed files with 1 additions and 50 deletions

View file

@ -209,9 +209,6 @@ void EventThread::process(RGSSThreadData &rtData)
break;
}
if (event.key.keysym.scancode == SDL_SCANCODE_F3 && rtData.config.screenshots)
rtData.rqScreenshot = true;
keyStates[event.key.keysym.scancode] = true;
break;