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

@ -178,8 +178,6 @@ struct RGSSThreadData
std::string rgssErrorMsg;
volatile bool rqScreenshot;
RGSSThreadData(EventThread *ethread,
const char *argv0,
SDL_Window *window,
@ -190,8 +188,7 @@ struct RGSSThreadData
argv0(argv0),
window(window),
sizeResoRatio(1, 1),
config(newconf),
rqScreenshot(false)
config(newconf)
{}
};