Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/BLI_double3.hh')
-rw-r--r--source/blender/blenlib/BLI_double3.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenlib/BLI_double3.hh b/source/blender/blenlib/BLI_double3.hh
index cfc39c4ad0a..87b34a6c147 100644
--- a/source/blender/blenlib/BLI_double3.hh
+++ b/source/blender/blenlib/BLI_double3.hh
@@ -27,10 +27,4 @@ namespace blender {
using double3 = vec_base<double, 3>;
-namespace math {
-
-double3 cross_poly(Span<double3> poly);
-
-} // namespace math
-
} // namespace blender