Remove forgotten code

This commit is contained in:
Filip Sykala - NTB T15p 2023-10-24 12:38:02 +02:00
parent 1e440c0d11
commit 929f5db49e

View File

@ -2318,19 +2318,6 @@ void check_model_ids_equal(const Model &model1, const Model &model2)
}
#include "NSVGUtils.hpp"
namespace {
using namespace Slic3r;
bool load_svg(const std::string &input_file, Model &output_model)
{
NSVGimage_ptr nsvg_image_ptr = nsvgParseFromFile(input_file);
double tesselation_tolerance = 1e-4;
NSVGLineParams params(tesselation_tolerance);
ExPolygonsWithIds shapes = create_shape_with_ids(*nsvg_image_ptr, params);
}
} // namespace
#if 0
CEREAL_REGISTER_TYPE(Slic3r::ModelObject)
CEREAL_REGISTER_TYPE(Slic3r::ModelVolume)