From b3bb5163e7aa6519c260f9837e78a794017b070e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 29 Dec 2014 19:35:43 +0000 Subject: another one git-svn-id: http://svn.miranda-ng.org/main/trunk@11674 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/generic_msghandlers.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/TabSRMM') diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp index 135e812501..dfd59845c2 100644 --- a/plugins/TabSRMM/src/generic_msghandlers.cpp +++ b/plugins/TabSRMM/src/generic_msghandlers.cpp @@ -970,8 +970,6 @@ void TSAPI DM_ScrollToBottom(TWindowData *dat, WPARAM wParam, LPARAM lParam) SendMessage(hwnd, WM_SIZE, 0, 0); if (wParam == 1 && lParam == 1) { - RECT rc; - GetClientRect(hwnd, &rc); int len = GetWindowTextLength(hwnd); SendMessage(hwnd, EM_SETSEL, len - 1, len - 1); } -- cgit v1.2.3