Clean up of initialization of statics/use of getenv

This commit is contained in:
Robert Osfield
2010-03-11 16:46:01 +00:00
parent 9ab856323d
commit 6c07be375c
4 changed files with 13 additions and 39 deletions

View File

@@ -607,6 +607,3 @@ void DisplaySettings::readCommandLine(ArgumentParser& arguments)
while (arguments.read("--gl-profile-mask", _glContextProfileMask)) {}
}