summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-14 19:55:58 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-14 19:55:58 +0300
commit4348743ace7373ccc75113e97cb724268a81fb4a (patch)
tree57043eb324d0cb75eff573a131216653d7eb3446 /plugins
parentb496d5f1252b858c802e269c1fd02e2e5aaaafeb (diff)
unused code removed
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TabSRMM/src/chat_main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp
index 0fe8cc168f..767900778d 100644
--- a/plugins/TabSRMM/src/chat_main.cpp
+++ b/plugins/TabSRMM/src/chat_main.cpp
@@ -219,11 +219,6 @@ static MODULEINFO* MM_CreateModule()
return new MODULEINFO();
}
-static SESSION_INFO* SM_CreateSession()
-{
- return new SESSION_INFO();
-}
-
// load the module
int Chat_Load()
{
@@ -249,7 +244,6 @@ int Chat_Load()
g_chatApi.OnSetTopic = OnSetTopic;
- g_chatApi.SM_CreateSession = SM_CreateSession;
g_chatApi.OnCreateSession = OnCreateSession;
g_chatApi.OnReplaceSession = OnReplaceSession;