Deleted unused function in Octoprint

This commit is contained in:
David Kocik 2021-12-03 09:47:51 +01:00
parent 08e3e60a5f
commit 60b8a8245c
2 changed files with 1 additions and 17 deletions

View file

@ -44,7 +44,6 @@ private:
virtual void set_auth(Http &http) const;
std::string make_url(const std::string &path) const;
std::string make_url(const std::string& path, const std::string& addr) const;
};
class SL1Host: public OctoPrint