summaryrefslogtreecommitdiff
path: root/plugins/SplashScreen/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SplashScreen/src/main.cpp')
-rw-r--r--plugins/SplashScreen/src/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp
index 4dc31a6f1d..010e8a81fe 100644
--- a/plugins/SplashScreen/src/main.cpp
+++ b/plugins/SplashScreen/src/main.cpp
@@ -290,19 +290,6 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam)
CreateServiceFunction(MS_SHOWSPLASH, ShowSplashService);
#ifdef _DEBUG
- CreateServiceFunction("Splash/Test", TestService);
-
- CLISTMENUITEM mi = { sizeof(mi) };
- mi.flags = CMIF_TCHAR;
- mi.hIcon = LoadSkinnedIcon(SKINICON_OTHER_MIRANDA);
- mi.hotKey = 0;
- mi.position = -0x7FFFFFFF;
- mi.ptszName = LPGENT("Call Splash Service");
- mi.pszService = "Splash/Test";
- Menu_AddMainMenuItem(&mi);
- #endif
-
- #ifdef _DEBUG
logMessage(_T("Loading modules"), _T("done"));
#endif