diff options
| author | George Hazan <ghazan@miranda.im> | 2021-01-24 16:40:44 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-01-24 16:40:44 +0300 |
| commit | b4c11792c062f53d09725b1b3aedaf7b77ec260f (patch) | |
| tree | cee341e2a69118007389e8f081b792864c991ad9 /include | |
| parent | 47a36c81c91640c484eddef1273eb73fb9a40bf8 (diff) | |
unused callback removed
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 5c1367154b..c62a649b75 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -356,7 +356,6 @@ struct CHAT_MANAGER void (*OnReplaceSession)(SESSION_INFO*);
void (*ShowRoom)(SESSION_INFO*);
- void (*OnGetLogName)(SESSION_INFO*, const wchar_t*);
void (*OnEventBroadcast)(SESSION_INFO *si, GCEVENT *gce);
void (*OnSetTopic)(SESSION_INFO*);
|
