diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-09 20:29:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-09 20:29:02 +0300 |
commit | e5fdfcde3880eb7edaf573fb883dd4ef86972082 (patch) | |
tree | c5d4ee388876f78024a82c4bd8ee9712e3877dbb /plugins/TabSRMM/src/chat_main.cpp | |
parent | 2d737d50469b965c2787823a94757f4c9f0a7107 (diff) |
moving session data into dialog classes
Diffstat (limited to 'plugins/TabSRMM/src/chat_main.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat_main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index bac02dec6b..ab6fe6b62f 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -39,9 +39,6 @@ TMUCSettings g_Settings; static void OnCreateSession(SESSION_INFO *si, MODULEINFO *mi)
{
- si->bFilterEnabled = db_get_b(si->hContact, "Chat", "FilterEnabled", M.GetByte("Chat", "FilterEnabled", 0)) != 0;
-
- Chat_SetFilters(si);
if (mi) {
mi->idleTimeStamp = time(0);
pci->SM_BroadcastMessage(mi->pszModule, GC_UPDATESTATUSBAR, 0, 1, TRUE);
|