summaryrefslogtreecommitdiff
path: root/core/math/convex_hull.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-10-22 12:59:32 +0200
committerGitHub <noreply@github.com>2021-10-22 12:59:32 +0200
commit9f7218eb69a3a1c09c652e9064573bffd71bdc02 (patch)
tree44cd834f963ea66d5f504638a1bc64b987c581e3 /core/math/convex_hull.cpp
parent6ef38d2f2f29adb163934bfc690dca976d359851 (diff)
parent87a4ba492ee4f4a055dfff5afacf48dd4e62e839 (diff)
Merge pull request #54088 from madmiraal/remove-unimplemented-methods
Diffstat (limited to 'core/math/convex_hull.cpp')
-rw-r--r--core/math/convex_hull.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/math/convex_hull.cpp b/core/math/convex_hull.cpp
index f67035c803..684814b1ae 100644
--- a/core/math/convex_hull.cpp
+++ b/core/math/convex_hull.cpp
@@ -594,8 +594,6 @@ private:
IntermediateHull() {
}
-
- void print();
};
enum Orientation { NONE,