diff options
Diffstat (limited to 'src/mir_app/src/modules.cpp')
-rw-r--r-- | src/mir_app/src/modules.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mir_app/src/modules.cpp b/src/mir_app/src/modules.cpp index a4730df8a6..600683eaa4 100644 --- a/src/mir_app/src/modules.cpp +++ b/src/mir_app/src/modules.cpp @@ -101,16 +101,6 @@ int LoadDefaultModules(void) pfn();
}
- switch (SetServiceModePlugin(CmdLine_GetOption(L"svc"))) {
- case SERVICE_CONTINUE: // continue loading Miranda normally
- case SERVICE_ONLYDB: // load database and go to the message cycle
- break;
- case SERVICE_MONOPOLY: // unload database and go to the message cycle
- return 0;
- default: // smth went wrong, terminating
- return 1;
- }
-
// the database will select which db plugin to use, or fail if no profile is selected
if (LoadDatabaseModule()) return 1;
|