From f111d1aaede1b2036e63d5a44ecd0ecf057521c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 13 Dec 2019 23:23:20 +0100 Subject: Drop b2d_convexdecomp. no longer necessary. We now use `thirdparty/misc/triangulator.h` for all physics-related (collision, navigation) triangulation needs. Follow-up to #34293. --- core/math/geometry.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/math/geometry.cpp') diff --git a/core/math/geometry.cpp b/core/math/geometry.cpp index ada5107a2c..ee7feba19e 100644 --- a/core/math/geometry.cpp +++ b/core/math/geometry.cpp @@ -97,8 +97,6 @@ void Geometry::MeshData::optimize_vertices() { vertices = new_vertices; } -Vector > (*Geometry::_decompose_func)(const Vector &p_polygon) = NULL; - struct _FaceClassify { struct _Link { -- cgit v1.2.3