diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-13 12:29:29 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-13 12:29:29 +0300 |
commit | 800bd65d79e12f292c6cce64747d921e45228eff (patch) | |
tree | 8b31b3872e82662cb896adae52f06738f0cfce85 /include | |
parent | 641cb4d06283b4f76d539092c92cabeb7192ca6e (diff) |
MS_PROTO_RECVFILET - we don't need this service either
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protosvc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index e4dc10c841..b5381981fe 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -786,9 +786,7 @@ struct PROTORECVFILE const char *szUserId; // groupchat user id
};
-#define PSR_FILE "/RecvFile"
-
-#define MS_PROTO_RECVFILET "Proto/RecvFileT"
+#define PSR_FILE "/RecvFile"
__forceinline INT_PTR ProtoChainRecvFile(MCONTACT hContact, PROTORECVFILE *pre)
{
|