From 46d2305c53d3c43fed39870a32f7cf598db5de8d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 2 Aug 2020 15:13:34 +0300 Subject: tabSRMM: obsolete hidden setting removed --- plugins/TabSRMM/src/msgdlgother.cpp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'plugins/TabSRMM/src/msgdlgother.cpp') diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 4eefe4db8c..a349dfcedf 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -2330,25 +2330,6 @@ void CMsgDialog::UpdateWindowState(UINT msg) m_bDeferredScroll = false; DM_ScrollToBottom(0, 1); } - - if (m_iLogMode == WANT_IEVIEW_LOG) { - HWND hwndLog = m_pLog->GetHwnd(); - - RECT rcRTF; - GetWindowRect(hwndLog, &rcRTF); - rcRTF.left += 20; - rcRTF.top += 20; - - POINT pt; - pt.x = rcRTF.left; - pt.y = rcRTF.top; - - if (M.GetByte("subclassIEView", 0)) { - mir_subclassWindow(hwndLog, IEViewSubclassProc); - SetWindowPos(hwndLog, nullptr, 0, 0, 0, 0, SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_DRAWFRAME); - RedrawWindow(hwndLog, nullptr, nullptr, RDW_FRAME | RDW_INVALIDATE | RDW_UPDATENOW); - } - } } DM_SetDBButtonStates(); -- cgit v1.2.3