diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-24 18:44:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-24 18:44:27 +0300 |
commit | 6ce1301c80786203fcfc2fbc46bbfae73842b6ec (patch) | |
tree | 8f688d42bdd8946d7b115bc77979a8724b4bbbc1 /plugins/Nudge/src | |
parent | 16488b948b0fe6e473de6afaa9038a766286f26c (diff) |
hmm... another not-so-very-useful service
Diffstat (limited to 'plugins/Nudge/src')
-rw-r--r-- | plugins/Nudge/src/shake.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Nudge/src/shake.cpp b/plugins/Nudge/src/shake.cpp index 7ecb6d0463..2bce93d0e1 100644 --- a/plugins/Nudge/src/shake.cpp +++ b/plugins/Nudge/src/shake.cpp @@ -50,10 +50,7 @@ INT_PTR ShakeChat(WPARAM wParam, LPARAM) mwid.cbSize = sizeof(MessageWindowInputData);
mwid.hContact = mwd.hContact;
mwid.uFlags = MSG_WINDOW_UFLAG_MSG_BOTH;
-
-
CallService(MS_MSG_GETWINDOWDATA, (WPARAM)&mwid, (LPARAM)&mwd);
- //CallService(MS_MSG_GETWINDOWCLASS,(WPARAM)srmmName,(LPARAM)100 );
HWND parent;
HWND hWnd = mwd.hwndWindow;
|