Removed an empty line

This commit is contained in:
Mael Rouxel-Labbé 2017-04-15 23:24:07 +02:00
parent ae8c85abe6
commit 3fdfa42ecf
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ public:
: Rep(typename R::Construct_weighted_point_2()(Return_base_tag(), p, w))
{}
Weighted_point_2(const FT& x, const FT& y)
: Rep(typename R::Construct_weighted_point_2()(Return_base_tag(), x, y))
{}