summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/ircproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/src/ircproto.h')
-rw-r--r--protocols/IRCG/src/ircproto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/IRCG/src/ircproto.h b/protocols/IRCG/src/ircproto.h
index bbf980d830..a4ab1ce5bd 100644
--- a/protocols/IRCG/src/ircproto.h
+++ b/protocols/IRCG/src/ircproto.h
@@ -278,7 +278,6 @@ struct CIrcProto : public PROTO<CIrcProto>
bool IsChannel(const char* sName);
bool IsChannel(const wchar_t* sName);
void KillChatTimer(UINT_PTR &nIDEvent);
- CMStringW MakeWndID(const wchar_t* sWindow);
CMStringW ModeToStatus(int sMode);
CMStringW PrefixToStatus(int cPrefix);
int SetChannelSBText(CMStringW sWindow, CHANNELINFO *wi);