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/TabSRMM/src/msgs.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/TabSRMM') diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index 6262f82e4d..62e3702bd0 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.cpp @@ -402,12 +402,6 @@ static INT_PTR GetMessageWindowFlags(WPARAM wParam, LPARAM lParam) ///////////////////////////////////////////////////////////////////////////////////////// // return the version of the window api supported -static INT_PTR GetWindowAPI(WPARAM, LPARAM) -{ - return PLUGIN_MAKE_VERSION(0, 0, 0, 2); -} - - static INT_PTR BroadcastMessage(WPARAM, LPARAM lParam) { M.BroadcastMessage((UINT)lParam, 0, 0); @@ -1135,7 +1129,6 @@ static void TSAPI InitAPI() { CreateServiceFunction(MS_MSG_SENDMESSAGE, SendMessageCommand); CreateServiceFunction(MS_MSG_SENDMESSAGEW, SendMessageCommand_W); - CreateServiceFunction(MS_MSG_GETWINDOWAPI, GetWindowAPI); CreateServiceFunction(MS_MSG_GETWINDOWCLASS, GetWindowClass); CreateServiceFunction(MS_MSG_GETWINDOWDATA, GetWindowData); CreateServiceFunction(MS_MSG_SETSTATUSTEXT, SetStatusText); -- cgit v1.2.3