ToolOrdering: Removed unused parameter.

This commit is contained in:
bubnikv
2020-01-09 10:32:52 +01:00
parent 2c22366d8c
commit a5f0a98788
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),