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:
Diffstat (limited to 'src/slic3r/Utils/SLAZipFileImport.hpp')
-rw-r--r--src/slic3r/Utils/SLAZipFileImport.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/slic3r/Utils/SLAZipFileImport.hpp b/src/slic3r/Utils/SLAZipFileImport.hpp
deleted file mode 100644
index 4e36f86f4..000000000
--- a/src/slic3r/Utils/SLAZipFileImport.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef SLAZIPFILEIMPORT_HPP
-#define SLAZIPFILEIMPORT_HPP
-
-#include "libslic3r/TriangleMesh.hpp"
-
-#include <wx/string.h>
-
-namespace Slic3r {
-
-TriangleMesh import_model_from_sla_zip(const wxString &zipfname);
-
-}
-
-#endif // SLAZIPFILEIMPORT_HPP