diff options
Diffstat (limited to 'protocols/IRCG/src/ircproto.h')
-rw-r--r-- | protocols/IRCG/src/ircproto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IRCG/src/ircproto.h b/protocols/IRCG/src/ircproto.h index 11f43c23b3..fb8839d056 100644 --- a/protocols/IRCG/src/ircproto.h +++ b/protocols/IRCG/src/ircproto.h @@ -232,9 +232,6 @@ struct CIrcProto : public PROTO<CIrcProto> // ircproto.cpp void __cdecl AckBasicSearch(void* param); - void __cdecl AckMessageFail(void* info); - void __cdecl AckMessageFailDcc(void* info); - void __cdecl AckMessageSuccess(void* info); int SetStatusInternal(int iNewStatus, bool bIsInternal); |