From 6ce1301c80786203fcfc2fbc46bbfae73842b6ec Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Mar 2017 18:44:27 +0300 Subject: hmm... another not-so-very-useful service --- plugins/TabSRMM/src/msgs.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index 62e3702bd0..f81dfb194b 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.cpp @@ -59,17 +59,6 @@ int SmileyAddOptionsChanged(WPARAM, LPARAM) return 0; } -///////////////////////////////////////////////////////////////////////////////////////// -// Message API 0.0.0.3 services - -static INT_PTR GetWindowClass(WPARAM wParam, LPARAM lParam) -{ - char *szBuf = (char*)wParam; - size_t size = (size_t)lParam; - mir_snprintf(szBuf, size, "tabSRMM"); - return 0; -} - ///////////////////////////////////////////////////////////////////////////////////////// // wparam = (MessageWindowInputData*) // lparam = (MessageWindowData*) @@ -1129,7 +1118,6 @@ static void TSAPI InitAPI() { CreateServiceFunction(MS_MSG_SENDMESSAGE, SendMessageCommand); CreateServiceFunction(MS_MSG_SENDMESSAGEW, SendMessageCommand_W); - CreateServiceFunction(MS_MSG_GETWINDOWCLASS, GetWindowClass); CreateServiceFunction(MS_MSG_GETWINDOWDATA, GetWindowData); CreateServiceFunction(MS_MSG_SETSTATUSTEXT, SetStatusText); -- cgit v1.2.3