From fc98d12131682de5aa3329283ae519d33e8fd439 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 5 Oct 2019 21:16:50 +0300 Subject: fixes #2091 (tabSRMM: added "Use the same splitter height for all sessions") --- plugins/TabSRMM/src/msgdlgother.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/TabSRMM/src/msgdlgother.cpp') diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index a21f3f99a0..653f108fec 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -750,13 +750,6 @@ void CMsgDialog::HandlePasteAndSend() SendMessage(m_hwnd, WM_COMMAND, IDOK, 0); } -///////////////////////////////////////////////////////////////////////////////////////// - -bool CMsgDialog::IsAutoSplitEnabled() const -{ - return (m_pContainer->m_dwFlags & CNT_AUTOSPLITTER) && !(m_dwFlagsEx & MWF_SHOW_SPLITTEROVERRIDE); -} - ///////////////////////////////////////////////////////////////////////////////////////// // read keyboard state and return the state of the modifier keys -- cgit v1.2.3