removing remnant junk for AppController
This commit is contained in:
parent
72a1f36281
commit
1680bcb10d
2 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ REGISTER_CLASS(TabIface, "GUI::Tab");
|
||||||
REGISTER_CLASS(PreviewIface, "GUI::Preview");
|
REGISTER_CLASS(PreviewIface, "GUI::Preview");
|
||||||
REGISTER_CLASS(ProgressStatusBar, "GUI::ProgressStatusBar");
|
REGISTER_CLASS(ProgressStatusBar, "GUI::ProgressStatusBar");
|
||||||
REGISTER_CLASS(PresetUpdater, "PresetUpdater");
|
REGISTER_CLASS(PresetUpdater, "PresetUpdater");
|
||||||
REGISTER_CLASS(AppController, "AppController");
|
|
||||||
REGISTER_CLASS(PrintController, "PrintController");
|
REGISTER_CLASS(PrintController, "PrintController");
|
||||||
REGISTER_CLASS(PrintHost, "PrintHost");
|
REGISTER_CLASS(PrintHost, "PrintHost");
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,6 @@ extern "C" {
|
||||||
#include <Polygon.hpp>
|
#include <Polygon.hpp>
|
||||||
#include <Polyline.hpp>
|
#include <Polyline.hpp>
|
||||||
#include <TriangleMesh.hpp>
|
#include <TriangleMesh.hpp>
|
||||||
#include <slic3r/AppController.hpp>
|
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue