diff options
author | George Hazan <george.hazan@gmail.com> | 2025-06-13 11:52:06 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-06-13 11:52:06 +0300 |
commit | a653b4ad9217a45aad65a7eec71234e652acd446 (patch) | |
tree | 4d3df40b4a9a8e477f2aafbf8470c51cea7c4b4c /protocols/Teams/src/stdafx.h | |
parent | 1392edb8f6a78838fcbff17f925ad077f4ede38d (diff) |
fixes #5046 (MsTeams: Will not login)
Diffstat (limited to 'protocols/Teams/src/stdafx.h')
-rw-r--r-- | protocols/Teams/src/stdafx.h | 1 |
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" |