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
path: root/xs
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2018-11-12 19:41:05 +0300
committertamasmeszaros <meszaros.q@gmail.com>2018-11-12 19:41:05 +0300
commit1680bcb10d12d231197434fc7282787ff88f7724 (patch)
treefd89cc6cfce00102e66ab362121b6f2b7e3f54f2 /xs
parent72a1f362815bb826d2598676fca2d2cd7cbd6cd7 (diff)
removing remnant junk for AppController
Diffstat (limited to 'xs')
-rw-r--r--xs/src/perlglue.cpp1
-rw-r--r--xs/src/xsinit.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/xs/src/perlglue.cpp b/xs/src/perlglue.cpp
index 09a2998b2..72184be34 100644
--- a/xs/src/perlglue.cpp
+++ b/xs/src/perlglue.cpp
@@ -66,7 +66,6 @@ REGISTER_CLASS(TabIface, "GUI::Tab");
REGISTER_CLASS(PreviewIface, "GUI::Preview");
REGISTER_CLASS(ProgressStatusBar, "GUI::ProgressStatusBar");
REGISTER_CLASS(PresetUpdater, "PresetUpdater");
-REGISTER_CLASS(AppController, "AppController");
REGISTER_CLASS(PrintController, "PrintController");
REGISTER_CLASS(PrintHost, "PrintHost");
diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h
index 47d71a09f..e36376bd1 100644
--- a/xs/src/xsinit.h
+++ b/xs/src/xsinit.h
@@ -89,7 +89,6 @@ extern "C" {
#include <Polygon.hpp>
#include <Polyline.hpp>
#include <TriangleMesh.hpp>
-#include <slic3r/AppController.hpp>
namespace Slic3r {