removing remnant junk for AppController

This commit is contained in:
tamasmeszaros 2018-11-12 17:41:05 +01:00
parent 72a1f36281
commit 1680bcb10d
2 changed files with 0 additions and 2 deletions

View File

@ -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");

View File

@ -89,7 +89,6 @@ extern "C" {
#include <Polygon.hpp>
#include <Polyline.hpp>
#include <TriangleMesh.hpp>
#include <slic3r/AppController.hpp>
namespace Slic3r {