summaryrefslogtreecommitdiff
path: root/plugins/SplashScreen/src/main.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-04-10 09:31:55 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-04-10 09:31:55 +0000
commit21320c54ea3448805d4af6035a78b41fdd9b0ce3 (patch)
treef9a9807fe9a110f66b60d6c2609f4fd4558168ab /plugins/SplashScreen/src/main.cpp
parentb9051f766302fdeea017c1d15c79ade9bedffbf9 (diff)
Remove not needed debug service
git-svn-id: http://svn.miranda-ng.org/main/trunk@8917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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