diff --git a/region.cpp b/region.cpp index 893786ff..50a43b2d 100644 --- a/region.cpp +++ b/region.cpp @@ -93,7 +93,7 @@ util::region::scale (T factor) //----------------------------------------------------------------------------- template -bool +bool util::region::empty (void) const { return almost_zero (area ()); @@ -224,7 +224,6 @@ util::region::intersection (const util::region &rhs) const size_type nw = sign_cast (newx2 - newx1); size_type nh = sign_cast (newy2 - newy1); return util::region (newx1, newy1, nw, nh); - }