Revert "WIP: SVG import & rasterization"

This reverts commit 9b15908a47.
This commit is contained in:
bubnikv 2019-02-07 12:09:10 +01:00
parent a178a0ff7e
commit 34b14eb8fa
59 changed files with 3609 additions and 10669 deletions
src/slic3r/GUI

View file

@ -27,7 +27,6 @@
#include <fstream>
#include "GUI_App.hpp"
#include "Utils/SVGImport.hpp"
namespace Slic3r {
namespace GUI {
@ -36,9 +35,6 @@ MainFrame::MainFrame() :
wxFrame(NULL, wxID_ANY, SLIC3R_BUILD, wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE, "mainframe"),
m_printhost_queue_dlg(new PrintHostQueueDialog(this))
{
Slic3r::Utils::vojtikuv_pokus();
// Load the icon either from the exe, or from the ico file.
#if _WIN32
{