summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgs.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-08-22 17:20:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-08-22 17:20:13 +0300
commit1c6e1a05125892072984932ec1ac4468215a87df (patch)
treee9dcec791ee0db61e1a36f039127dfb14070d762 /plugins/TabSRMM/src/msgs.cpp
parent4bba89a17624775e59b19d10da8b6967f74b5371 (diff)
unused variable removed
Diffstat (limited to 'plugins/TabSRMM/src/msgs.cpp')
-rw-r--r--plugins/TabSRMM/src/msgs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp
index 2e7473b05a..afd600d8c1 100644
--- a/plugins/TabSRMM/src/msgs.cpp
+++ b/plugins/TabSRMM/src/msgs.cpp
@@ -197,7 +197,6 @@ INT_PTR CTabBaseDlg::DlgProc(UINT msg, WPARAM wParam, LPARAM lParam)
break;
db_set_ws(m_hContact, SRMSGMOD_T, "containerW", szNewName);
- m_bIsReattach = true;
PostMessage(PluginConfig.g_hwndHotkeyHandler, DM_DOCREATETAB, (WPARAM)pNewContainer, m_hContact);
if (iOldItems > 1) // there were more than 1 tab, container is still valid
SendMessage(m_pContainer->m_hwndActive, WM_SIZE, 0, 0);