summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-19 17:17:27 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-19 17:30:39 +0300
commit877a445bdf3ac484e564bb1d62610eeb1329e991 (patch)
tree245ddad068e973c3abb54b304cc7e3ae8cafb0f4 /include
parentb95a789fc6c46eb3b56011946b259fe57159d69c (diff)
unused member removed
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h3
1 files changed, 0 insertions, 3 deletions
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*);