diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-24 18:41:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-24 18:41:37 +0300 |
commit | 16488b948b0fe6e473de6afaa9038a766286f26c (patch) | |
tree | 2f306ce68a6e798bbd19907e6f95486567295add /src/core | |
parent | 3e36c9a85ff26217fe31bb672b71be9104a556a3 (diff) |
unused shit removed
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdmsg/src/msgs.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index e9f25b410a..214be6a766 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -477,11 +477,6 @@ static int PrebuildContactMenu(WPARAM hContact, LPARAM) return 0;
}
-static INT_PTR GetWindowAPI(WPARAM, LPARAM)
-{
- return PLUGIN_MAKE_VERSION(0, 0, 0, 4);
-}
-
static INT_PTR GetWindowClass(WPARAM wParam, LPARAM lParam)
{
char *szBuf = (char*)wParam;
@@ -557,7 +552,6 @@ int LoadSendRecvMessageModule(void) 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);
|