diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index 9bf4661ca7..dfb75d78a3 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -274,7 +274,6 @@ class CIcqProto : public PROTO<CIcqProto> void OnFileContinue(MHttpResponse *pReply, AsyncHttpRequest *pReq);
void OnFileInit(MHttpResponse *pReply, AsyncHttpRequest *pReq);
void OnFileInfo(MHttpResponse *pReply, AsyncHttpRequest *pReq);
- void OnFileRecv(MHttpResponse *pReply, AsyncHttpRequest *pReq);
void OnGenToken(MHttpResponse *pReply, AsyncHttpRequest *pReq);
void OnGetChatInfo(MHttpResponse *pReply, AsyncHttpRequest *pReq);
void OnGetPatches(MHttpResponse *pReply, AsyncHttpRequest *pReq);
|