diff --git a/Adafruit_MQTT.cpp b/Adafruit_MQTT.cpp index 8565d13..2c05df3 100644 --- a/Adafruit_MQTT.cpp +++ b/Adafruit_MQTT.cpp @@ -106,31 +106,6 @@ Adafruit_MQTT::Adafruit_MQTT(const char *server, } -Adafruit_MQTT::Adafruit_MQTT(const __FlashStringHelper *server, - uint16_t port, - const __FlashStringHelper *cid, - const __FlashStringHelper *user, - const __FlashStringHelper *pass) { - - servername = (const char *)server; - portnum = port; - clientid = (const char *)cid; - username = (const char *)user; - password = (const char *)pass; - - // reset subscriptions - for (uint8_t i=0; i