summaryrefslogtreecommitdiff
path: root/plugins/SplashScreen/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SplashScreen/src/options.cpp')
-rw-r--r--plugins/SplashScreen/src/options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SplashScreen/src/options.cpp b/plugins/SplashScreen/src/options.cpp
index df819697aa..ded6acd23a 100644
--- a/plugins/SplashScreen/src/options.cpp
+++ b/plugins/SplashScreen/src/options.cpp
@@ -34,7 +34,6 @@ void ReadDbConfig()
options.inheritGS = db_get_b(NULL, MODNAME, "InheritGlobalSound", 1);
options.showversion = db_get_b(NULL, MODNAME, "ShowVersion", 0);
options.random = db_get_b(NULL, MODNAME, "Random", 0);
- options.runonce = db_get_b(NULL, MODNAME, "DisableAfterStartup", 0);
}
BOOL Exists(LPCTSTR strName)