From 4348743ace7373ccc75113e97cb724268a81fb4a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 14 Oct 2024 19:55:58 +0300 Subject: unused code removed --- plugins/TabSRMM/src/chat_main.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/TabSRMM') 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; -- cgit v1.2.3