diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-14 19:55:58 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-14 19:55:58 +0300 |
commit | 4348743ace7373ccc75113e97cb724268a81fb4a (patch) | |
tree | 57043eb324d0cb75eff573a131216653d7eb3446 /plugins | |
parent | b496d5f1252b858c802e269c1fd02e2e5aaaafeb (diff) |
unused code removed
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/chat_main.cpp | 6 |
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;
|