diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-10 09:31:55 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-10 09:31:55 +0000 |
commit | 21320c54ea3448805d4af6035a78b41fdd9b0ce3 (patch) | |
tree | f9a9807fe9a110f66b60d6c2609f4fd4558168ab /plugins/SplashScreen/src/headers.h | |
parent | b9051f766302fdeea017c1d15c79ade9bedffbf9 (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/headers.h')
-rw-r--r-- | plugins/SplashScreen/src/headers.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/SplashScreen/src/headers.h b/plugins/SplashScreen/src/headers.h index b080917889..9122a377e5 100644 --- a/plugins/SplashScreen/src/headers.h +++ b/plugins/SplashScreen/src/headers.h @@ -88,8 +88,5 @@ extern int OptInit(WPARAM wParam, LPARAM lParam); extern BOOL ShowSplash(BOOL bpreview);
extern VOID ReadDbConfig();
extern INT_PTR ShowSplashService(WPARAM wparam,LPARAM lparam);
-#ifdef _DEBUG
- extern INT_PTR TestService(WPARAM wParam,LPARAM lParam);
-#endif
#endif //HEADERS_H
|