diff options
author | George Hazan <ghazan@miranda.im> | 2019-10-05 21:16:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-10-05 21:16:50 +0300 |
commit | fc98d12131682de5aa3329283ae519d33e8fd439 (patch) | |
tree | 843b8b0f33c4de3eeaf0c64d788ea15f1afa9436 /plugins/TabSRMM/src/msgdlgother.cpp | |
parent | 4aa51242baf91d470fd8a8cfde32a53e01fa3bb0 (diff) |
fixes #2091 (tabSRMM: added "Use the same splitter height for all sessions")
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgdlgother.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -751,13 +751,6 @@ void CMsgDialog::HandlePasteAndSend() } ///////////////////////////////////////////////////////////////////////////////////////// - -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 void CMsgDialog::KbdState(bool &isShift, bool &isControl, bool &isAlt) |