diff options
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
|