From 877a445bdf3ac484e564bb1d62610eeb1329e991 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Dec 2016 17:17:27 +0300 Subject: unused member removed --- include/m_chat_int.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index d1f83b3a15..b5155ed375 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -385,16 +385,13 @@ struct CHAT_MANAGER void (*OnCreateModule)(MODULEINFO*); void (*OnCreateSession)(SESSION_INFO*, MODULEINFO*); - void (*OnDblClickSession)(SESSION_INFO*); void (*OnOfflineSession)(SESSION_INFO*); - void (*OnRemoveSession)(SESSION_INFO*); void (*OnReplaceSession)(SESSION_INFO*); void (*ShowRoom)(SESSION_INFO*, WPARAM wp, BOOL bSetForeground); void (*OnGetLogName)(SESSION_INFO*, const wchar_t*); void (*OnEventBroadcast)(SESSION_INFO *si, GCEVENT *gce); - void (*OnSetStatusBar)(SESSION_INFO*); void (*OnSetTopic)(SESSION_INFO*); void (*OnAddUser)(SESSION_INFO*, USERINFO*); -- cgit v1.2.3