diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-24 18:58:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-24 18:58:46 +0300 |
commit | be086bf8ca69a02fedbdfed65013da64b97b6b54 (patch) | |
tree | 4afe62e14bee19f5288cf0a143a37dfc700b521c /protocols/Facebook/src | |
parent | 3beb5684d8734996c945ef399e3ff87fc214b2f8 (diff) |
unused code removed
Diffstat (limited to 'protocols/Facebook/src')
-rw-r--r-- | protocols/Facebook/src/mqtt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Facebook/src/mqtt.cpp b/protocols/Facebook/src/mqtt.cpp index a5aed4584f..2b9449a744 100644 --- a/protocols/Facebook/src/mqtt.cpp +++ b/protocols/Facebook/src/mqtt.cpp @@ -156,7 +156,6 @@ void MqttMessage::writeStr(const char *str) bool FacebookProto::MqttConnect() { NETLIBOPENCONNECTION nloc = {}; - nloc.cbSize = sizeof(nloc); nloc.szHost = "mqtt.facebook.com"; nloc.wPort = 443; m_mqttConn = Netlib_OpenConnection(m_hNetlibUser, &nloc); |