diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-01 18:35:17 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-01 18:35:17 +0000 |
commit | 856648d8c6f14c7d57aba610588f52c79ec18987 (patch) | |
tree | 81e54ca4bab2b5d151c4de478a437c7347e2e3e9 /plugins/SplashScreen/src/options.cpp | |
parent | 3309aba98dfae9c24313021a373c33cbf0c2cad1 (diff) |
removed not used options
git-svn-id: http://svn.miranda-ng.org/main/trunk@5896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/src/options.cpp')
-rw-r--r-- | plugins/SplashScreen/src/options.cpp | 1 |
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)
|