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

@ -35,7 +35,6 @@ namespace po = boost::program_options;
Config::Config()
: debugMode(false),
screenshots(false),
winResizable(false),
fullscreen(false),
fixedAspectRatio(true),
@ -56,7 +55,6 @@ void Config::read(int argc, char *argv[])
{
#define PO_DESC_ALL \
PO_DESC(debugMode, bool) \
PO_DESC(screenshots, bool) \
PO_DESC(winResizable, bool) \
PO_DESC(fullscreen, bool) \
PO_DESC(fixedAspectRatio, bool) \