From 797ff0036712e46ad2cfa71e4cc461702ac91920 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Thu, 27 Feb 2020 14:25:43 -0800 Subject: [PATCH] Cleanup header Missing function causes issues in Python now that the routine is gone. --- libs/kimath/include/geometry/shape_line_chain.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/kimath/include/geometry/shape_line_chain.h b/libs/kimath/include/geometry/shape_line_chain.h index 9e65bb42bc..89e5c92a90 100644 --- a/libs/kimath/include/geometry/shape_line_chain.h +++ b/libs/kimath/include/geometry/shape_line_chain.h @@ -586,8 +586,6 @@ public: bool PointInside( const VECTOR2I& aPt, int aAccuracy = 0, bool aUseBBoxCache = false ) const; - bool SegmentInside( const SEG& aSeg ) const; - /** * Function PointOnEdge() *