Different approach to dark ImpromptuModular

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-16 16:53:45 +00:00
parent 7a483fca89
commit 11182ef544
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 137 additions and 16 deletions

View file

@ -295,8 +295,6 @@ extern Model *modelMaude_221;
// stuff that reads config files, we dont want that
int loadConsoleType() { return 0; }
int loadDirectOutMode() { return 0; }
bool loadDarkAsDefault() { return true; }
bool loadQuality() { return false; }
void saveConsoleType(int) {}
void saveDarkAsDefault(bool) {}
void saveDirectOutMode(bool) {}