aboutsummaryrefslogtreecommitdiff
path: root/sword2/controls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/controls.cpp')
-rw-r--r--sword2/controls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword2/controls.cpp b/sword2/controls.cpp
index e710813247..6b8b5462b7 100644
--- a/sword2/controls.cpp
+++ b/sword2/controls.cpp
@@ -1497,7 +1497,6 @@ Gui::Gui(Sword2Engine *vm) : _vm(vm), _baseSlot(0) {
ConfMan.registerDefault("sfx_mute", false);
ConfMan.registerDefault("gfx_details", 2);
ConfMan.registerDefault("subtitles", false);
- ConfMan.registerDefault("object_labels", true);
ConfMan.registerDefault("reverse_stereo", false);
}