From d12146e5f0f3bea963a5ae8b6eb7030d0326942a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ach?= Date: Fri, 5 Jan 2024 13:57:21 +0100 Subject: [PATCH] Remove make_fills() that was just for perl --- src/libslic3r/Layer.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libslic3r/Layer.hpp b/src/libslic3r/Layer.hpp index 5e7e7835da..e66a6c8a0c 100644 --- a/src/libslic3r/Layer.hpp +++ b/src/libslic3r/Layer.hpp @@ -377,8 +377,6 @@ public: return false; } void make_perimeters(); - // Phony version of make_fills() without parameters for Perl integration only. - void make_fills() { this->make_fills(nullptr, nullptr, nullptr); } void make_fills(FillAdaptive::Octree *adaptive_fill_octree, FillAdaptive::Octree *support_fill_octree, FillLightning::Generator *lightning_generator);