diff options
Diffstat (limited to 'core/math/plane.h')
-rw-r--r-- | core/math/plane.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/plane.h b/core/math/plane.h index 13cfc265bc..8235c59135 100644 --- a/core/math/plane.h +++ b/core/math/plane.h @@ -73,7 +73,6 @@ public: _FORCE_INLINE_ bool operator==(const Plane& p_plane) const; _FORCE_INLINE_ bool operator!=(const Plane& p_plane) const; - bool nan_equals(const Plane& p_plane) const; operator String() const; _FORCE_INLINE_ Plane() { d=0; } |