From 94667140aeb3886d22e4c1301423fe99aaf3fba4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 4 Jan 2024 13:38:02 +0300 Subject: Netlib: pascal code is completely isolated from C++ core using helpers --- protocols/Tox/src/http_request.h | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/Tox/src') diff --git a/protocols/Tox/src/http_request.h b/protocols/Tox/src/http_request.h index d51aab289f..bba9f0591c 100644 --- a/protocols/Tox/src/http_request.h +++ b/protocols/Tox/src/http_request.h @@ -24,7 +24,6 @@ private: void Init(int type) { - cbSize = sizeof(NETLIBHTTPREQUEST); requestType = type; flags = NLHRF_HTTP11 | NLHRF_SSL | NLHRF_NODUMPSEND | NLHRF_DUMPASTEXT; szUrl = nullptr; -- cgit v1.2.3