From 172a7436c5a25cca7e0e895d31fc78c40b3c88c4 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Mon, 8 Apr 2019 12:37:33 +0200 Subject: [PATCH] [GL] Rm unnecassary code in Polygon::isPntInPolygon. --- GeoLib/Polygon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp index 1c7d389d001..4eed11c51ce 100644 --- a/GeoLib/Polygon.cpp +++ b/GeoLib/Polygon.cpp @@ -123,7 +123,6 @@ bool Polygon::isPntInPolygon(GeoLib::Point const& pnt) const return true; } } - return false; } return false; } -- GitLab