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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/slabasebed.cpp')
-rw-r--r--src/slabasebed.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/slabasebed.cpp b/src/slabasebed.cpp
index b11486f90..255ce2cc3 100644
--- a/src/slabasebed.cpp
+++ b/src/slabasebed.cpp
@@ -10,12 +10,6 @@ const std::string USAGE_STR = {
"Usage: slabasebed stlfilename.stl"
};
-void confess_at(const char * /*file*/,
- int /*line*/,
- const char * /*func*/,
- const char * /*pat*/,
- ...) {}
-
int main(const int argc, const char *argv[]) {
using namespace Slic3r;
using std::cout; using std::endl;