aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2012-03-25 22:16:58 +0300
committerFilippos Karapetis2012-03-25 22:18:35 +0300
commit570237ea51c9103b20516d2911632fad9330515e (patch)
tree7491a3233546013212731d91c79db611b3adaf6b /base/commandLine.cpp
parent9e93b8306dad9d596827d1674c789057483f20e9 (diff)
downloadscummvm-rg350-570237ea51c9103b20516d2911632fad9330515e.tar.gz
scummvm-rg350-570237ea51c9103b20516d2911632fad9330515e.tar.bz2
scummvm-rg350-570237ea51c9103b20516d2911632fad9330515e.zip
GUI: Remove leftover code for the global dithering checkbox
Diffstat (limited to 'base/commandLine.cpp')
-rw-r--r--base/commandLine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 6407ab1c4a..6fd020cb15 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -169,7 +169,6 @@ void registerDefaults() {
// Graphics
ConfMan.registerDefault("fullscreen", false);
ConfMan.registerDefault("aspect_ratio", false);
- ConfMan.registerDefault("disable_dithering", false);
ConfMan.registerDefault("gfx_mode", "normal");
ConfMan.registerDefault("render_mode", "default");
ConfMan.registerDefault("desired_screen_aspect_ratio", "auto");