From 1c7f56b0db5cb2eb3460e5d33212b291a6d5824c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 13 Mar 2013 16:27:18 +0000 Subject: window procedures cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/window.cpp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'plugins/TabSRMM/src/chat') diff --git a/plugins/TabSRMM/src/chat/window.cpp b/plugins/TabSRMM/src/chat/window.cpp index 37756aecbe..51b11840fa 100644 --- a/plugins/TabSRMM/src/chat/window.cpp +++ b/plugins/TabSRMM/src/chat/window.cpp @@ -334,25 +334,6 @@ static void Chat_UpdateWindowState(TWindowData *dat, UINT msg) PostMessage(hwndDlg, WM_SIZE, 0, 0); dat->wParam = dat->lParam = 0; } - /* - if (dat->hwndIEView) { - RECT rcRTF; - POINT pt; - - GetWindowRect(GetDlgItem(hwndDlg, IDC_CHAT_LOG), &rcRTF); - rcRTF.left += 20; - rcRTF.top += 20; - pt.x = rcRTF.left; - pt.y = rcRTF.top; - if (dat->hwndIEView) { - if (M->GetByte("subclassIEView", 0) && dat->oldIEViewProc == 0) { - WNDPROC wndProc = (WNDPROC)SetWindowLongPtr(dat->hwndIEView, GWLP_WNDPROC, (LONG_PTR)IEViewSubclassProc); - dat->oldIEViewProc = wndProc; - } - } - dat->hwndIWebBrowserControl = WindowFromPoint(pt); - } - */ } if (M->isAero()) InvalidateRect(hwndTab, NULL, FALSE); -- cgit v1.2.3