From 16488b948b0fe6e473de6afaa9038a766286f26c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Mar 2017 18:41:37 +0300 Subject: unused shit removed --- plugins/Scriver/src/msgs.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/Scriver/src/msgs.cpp') diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp index 7572fabf0a..42e3b6ee34 100644 --- a/plugins/Scriver/src/msgs.cpp +++ b/plugins/Scriver/src/msgs.cpp @@ -283,11 +283,6 @@ static void RestoreUnreadMessageAlerts(void) } } -static INT_PTR GetWindowAPI(WPARAM, LPARAM) -{ - return PLUGIN_MAKE_VERSION(0,0,0,3); -} - static INT_PTR GetWindowClass(WPARAM wParam, LPARAM lParam) { char *szBuf = (char*)wParam; @@ -651,7 +646,6 @@ int OnLoadModule(void) CreateServiceFunction(MS_MSG_SENDMESSAGE, SendMessageCommand); CreateServiceFunction(MS_MSG_SENDMESSAGEW, SendMessageCommandW); - CreateServiceFunction(MS_MSG_GETWINDOWAPI, GetWindowAPI); CreateServiceFunction(MS_MSG_GETWINDOWCLASS, GetWindowClass); CreateServiceFunction(MS_MSG_GETWINDOWDATA, GetWindowData); CreateServiceFunction(MS_MSG_SETSTATUSTEXT, SetStatusText); -- cgit v1.2.3