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_mpq3.hh')
-rw-r--r--source/blender/blenlib/BLI_mpq3.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_mpq3.hh b/source/blender/blenlib/BLI_mpq3.hh
index fc59448b104..fb5e2b61cdb 100644
--- a/source/blender/blenlib/BLI_mpq3.hh
+++ b/source/blender/blenlib/BLI_mpq3.hh
@@ -270,8 +270,6 @@ struct mpq3 {
static mpq3 cross_poly(Span<mpq3> poly);
- static int orient3d(const mpq3 &a, const mpq3 &b, const mpq3 &c, const mpq3 &d);
-
/** There is a sensible use for hashing on exact arithmetic types. */
uint64_t hash() const;
};