diff options
Diffstat (limited to 'include/m_chat_int.h')
-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 135be0f7f8..b7be21801a 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -307,7 +307,6 @@ struct CHAT_MANAGER BOOL (*SetOffline)(MCONTACT hContact, BOOL bHide);
BOOL (*SetAllOffline)(BOOL bHide, const char *pszModule);
- MCONTACT (*FindRoom)(const char *pszModule, const wchar_t *pszRoom);
char* (*Log_CreateRTF)(LOGSTREAMDATA *streamData);
char* (*Log_CreateRtfHeader)(void);
|