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 16:52:52 +0300
committertamasmeszaros <meszaros.q@gmail.com>2018-11-12 17:02:42 +0300
commita4e1ab2281aa78fb7ff4d5d7a24cc32d7d94e21a (patch)
treec508a8d16408ccc6ae0c864652ff3e3c4d5f508c /xs
parentc227dad8cc56b2dc3e5a51eb5d468f885c2698fc (diff)
Getting rid of AppController.
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/AppController.xsp29
-rw-r--r--xs/xsp/my.map2
2 files changed, 0 insertions, 31 deletions
diff --git a/xs/xsp/AppController.xsp b/xs/xsp/AppController.xsp
deleted file mode 100644
index 8156b0ad2..000000000
--- a/xs/xsp/AppController.xsp
+++ /dev/null
@@ -1,29 +0,0 @@
-%module{Slic3r::XS};
-
-%{
-#include <xsinit.h>
-#include "slic3r/AppController.hpp"
-#include "libslic3r/Model.hpp"
-#include "libslic3r/Print.hpp"
-#include "slic3r/GUI/ProgressStatusBar.hpp"
-%}
-
-%name{Slic3r::PrintController} class PrintController {
-
- PrintController(Print *print);
-
- void slice_to_png();
- void slice();
-};
-
-%name{Slic3r::AppController} class AppController {
-
- AppController();
-
- PrintController *print_ctl();
- void set_model(Model *model);
- void set_print(Print *print);
- void set_global_progress_indicator(ProgressStatusBar *prs);
-
- void arrange_model();
-}; \ No newline at end of file
diff --git a/xs/xsp/my.map b/xs/xsp/my.map
index a91c40726..90a5feaf7 100644
--- a/xs/xsp/my.map
+++ b/xs/xsp/my.map
@@ -216,8 +216,6 @@ Ref<PrintObjectSupportMaterial> O_OBJECT_SLIC3R_T
Clone<PrintObjectSupportMaterial> O_OBJECT_SLIC3R_T
AppConfig* O_OBJECT_SLIC3R
-AppController* O_OBJECT_SLIC3R
-PrintController* O_OBJECT_SLIC3R
Ref<AppConfig> O_OBJECT_SLIC3R_T
BackgroundSlicingProcess* O_OBJECT_SLIC3R
Ref<BackgroundSlicingProcess> O_OBJECT_SLIC3R_T