diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-04 15:01:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-04 15:01:54 +0300 |
commit | d2b4dacd31b51c7319d8d96460a6c4fad8cd0274 (patch) | |
tree | 125f005d8a369bd8bd379d98074b244a7f41d1db /src/core/stdmsg | |
parent | 753974985ea1e5f468bbb084afa507352e87b46f (diff) |
history manager built into CHAT_MANAGER isn't needed anymore
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r-- | src/core/stdmsg/src/msgdialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index c60df8ca63..876f3fa326 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -399,8 +399,6 @@ void CMsgDialog::onClick_Ok(CCtrlButton *pButton) return;
if (isChat()) {
- g_chatApi.SM_AddCommand(m_si->ptszID, m_si->pszModule, msgText);
-
CMStringW ptszText(ptrW(mir_utf8decodeW(msgText)));
g_chatApi.DoRtfToTags(ptszText, 0, nullptr);
ptszText.Trim();
|