Skip to content

Commit

Permalink
Remove unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Feb 1, 2021
1 parent 5bbf9e3 commit 070576e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gerberimporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -679,12 +679,6 @@ bool layers_equivalent(const gerbv_layer_t* const layer1, const gerbv_layer_t* c
sr1.dist_Y == sr2.dist_Y);
}

struct PointLessThan {
bool operator()(const point_type_fp& a, const point_type_fp& b) const {
return std::tie(a.x(), a.y()) < std::tie(b.x(), b.y());
}
};

/* Convert paths that all need to be drawn with the same diameter into shapes.
*
* If fill_closed_lines is true, we'll try to find closed loops among the paths
Expand Down

0 comments on commit 070576e

Please sign in to comment.