Skip to content

Commit

Permalink
Update src/utils/ExtrusionLine.cpp
Browse files Browse the repository at this point in the history
Remove useless code

Co-authored-by: Casper Lamboo <[email protected]>
  • Loading branch information
wawanbreton and casperlamboo authored Nov 30, 2023
1 parent 1884fbc commit 4d20359
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/utils/ExtrusionLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
namespace cura
{

/*ExtrusionLine::ExtrusionLine(const size_t inset_idx, const bool is_odd)
: inset_idx_(inset_idx)
, is_odd_(is_odd)
, is_closed_(false)
{
}*/

coord_t ExtrusionLine::getLength() const
{
Expand Down

0 comments on commit 4d20359

Please sign in to comment.