summaryrefslogtreecommitdiff
path: root/protocols/Teams/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-06-13 11:52:06 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-06-13 11:52:06 +0300
commita653b4ad9217a45aad65a7eec71234e652acd446 (patch)
tree4d3df40b4a9a8e477f2aafbf8470c51cea7c4b4c /protocols/Teams/src/stdafx.h
parent1392edb8f6a78838fcbff17f925ad077f4ede38d (diff)
fixes #5046 (MsTeams: Will not login)
Diffstat (limited to 'protocols/Teams/src/stdafx.h')
-rw-r--r--protocols/Teams/src/stdafx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Teams/src/stdafx.h b/protocols/Teams/src/stdafx.h
index 1e7c333898..773a42ef50 100644
--- a/protocols/Teams/src/stdafx.h
+++ b/protocols/Teams/src/stdafx.h
@@ -85,7 +85,6 @@ struct AsyncHttpRequest : public MTHttpRequest<CTeamsProto>
AsyncHttpRequest(int type, SkypeHost host, LPCSTR url = nullptr, MTHttpRequestHandler pFunc = nullptr);
void AddAuthentication(CTeamsProto *ppro);
- void AddRegistration(CTeamsProto *ppro);
};
#include "teams_proto.h"