Skip to content

Commit

Permalink
Remove Rectangle type aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed May 2, 2020
1 parent fe1b5bf commit b9a8855
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions NAS2D/Renderer/Rectangle.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,6 @@ struct Rectangle
};


using Rectangle_2d = Rectangle<int>;
extern template struct Rectangle<int>;

using Rectangle_2df = Rectangle<float>;
extern template struct Rectangle<float>;


template <typename BaseType>
Rectangle(BaseType, BaseType, BaseType, BaseType) -> Rectangle<BaseType>;

Expand Down

0 comments on commit b9a8855

Please sign in to comment.