Skip to content

Commit

Permalink
Content class little code simplification.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Sep 21, 2020
1 parent a9ef566 commit 321c7ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sources/binpack2d/binpack2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,6 @@ template<typename _T> class Content {
/*const*/ Size size;
/*const*/ _T content;

Content( const Content<_T> &src )
: rotated(src.rotated),
coord(src.coord),
size(src.size),
content(src.content)
{}

Content( const _T &content, const Coord &coord, const Size &size, bool rotated )
:
rotated(rotated),
Expand Down

0 comments on commit 321c7ad

Please sign in to comment.