diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-26 12:55:29 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-26 12:55:29 +0000 |
commit | 5b21c91fecb2be729152908841474a3d980b45f0 (patch) | |
tree | fea8a0d0a9266ed0df4c75979796f7f50e003551 /protocols/SkypeWeb/src/skype_proto.h | |
parent | 5e85d110ea53a944201c8f3bd57601e265d66e81 (diff) |
SkypeWeb: unused code removed.
git-svn-id: http://svn.miranda-ng.org/main/trunk@14396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index cbc434bc43..fd5bb7be75 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. typedef void(CSkypeProto::*SkypeResponseCallback)(const NETLIBHTTPREQUEST *response);
typedef void(CSkypeProto::*SkypeResponseWithArgCallback)(const NETLIBHTTPREQUEST *response, void *arg);
-typedef HRESULT(MarkupCallback)(IHTMLDocument3 *pHtmlDoc, BSTR &message);
-
struct TRInfo
{
std::string
@@ -330,8 +328,6 @@ private: CMStringA SelfUrlToName(const char *url);
CMStringA GetServerFromUrl(const char *url);
- LPCTSTR ClearText(CMString &value, const TCHAR *message);
-
void CALLBACK SkypeUnsetTimer(void*);
void CALLBACK SkypeSetTimer(void*);
@@ -362,7 +358,4 @@ private: }
};
-HRESULT TestDocumentText(IHTMLDocument3 *pHtmlDoc, BSTR &message);
-HRESULT TestMarkupServices(BSTR bstrHtml, MarkupCallback *pCallback, BSTR &message);
-
#endif //_SKYPE_PROTO_H_
\ No newline at end of file |