ToolOrdering: Removed unused parameter.

This commit is contained in:
bubnikv 2020-01-09 10:32:52 +01:00
parent c0b90f68ab
commit cc2b9b8849
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ private:
class LayerTools
{
public:
LayerTools(const coordf_t z, const PrintConfig* print_config_ptr = nullptr) :
LayerTools(const coordf_t z) :
print_z(z),
has_object(false),
has_support(false),