summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-07-13 12:29:29 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-07-13 12:29:29 +0300
commit800bd65d79e12f292c6cce64747d921e45228eff (patch)
tree8b31b3872e82662cb896adae52f06738f0cfce85 /include
parent641cb4d06283b4f76d539092c92cabeb7192ca6e (diff)
MS_PROTO_RECVFILET - we don't need this service either
Diffstat (limited to 'include')
-rw-r--r--include/m_protosvc.h4
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)
{