summaryrefslogtreecommitdiff
path: root/plugins/SplashScreen/src/main.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-09-01 18:35:17 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-09-01 18:35:17 +0000
commit856648d8c6f14c7d57aba610588f52c79ec18987 (patch)
tree81e54ca4bab2b5d151c4de478a437c7347e2e3e9 /plugins/SplashScreen/src/main.cpp
parent3309aba98dfae9c24313021a373c33cbf0c2cad1 (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/main.cpp')
-rw-r--r--plugins/SplashScreen/src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp
index f84164153e..72a827901f 100644
--- a/plugins/SplashScreen/src/main.cpp
+++ b/plugins/SplashScreen/src/main.cpp
@@ -87,12 +87,6 @@ void SplashMain()
if (bstartup & (options.active == 1))
{
- if (options.runonce)
- {
- db_set_b(NULL, MODNAME, "Active", 0);
- db_set_b(NULL, MODNAME, "DisableAfterStartup", 0);
- }
-
if (hAdvaimg == NULL)
{
hAdvaimg = LoadLibrary(szhAdvaimgPath);