Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kocik <kocikdav@gmail.com>2021-12-03 11:47:51 +0300
committerDavid Kocik <kocikdav@gmail.com>2021-12-03 11:47:56 +0300
commit60b8a8245c15701d1da4441ecc8c396d2b262b91 (patch)
tree9e9f8d83b5089481223607b804125e5fa50e0df5 /src/slic3r/Utils/OctoPrint.hpp
parent08e3e60a5f6ae014e7d6019cd951403f04f333f2 (diff)
Deleted unused function in Octoprint
Diffstat (limited to 'src/slic3r/Utils/OctoPrint.hpp')
-rw-r--r--src/slic3r/Utils/OctoPrint.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/slic3r/Utils/OctoPrint.hpp b/src/slic3r/Utils/OctoPrint.hpp
index 7945cfdb1..262efe9ff 100644
--- a/src/slic3r/Utils/OctoPrint.hpp
+++ b/src/slic3r/Utils/OctoPrint.hpp
@@ -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