summaryrefslogtreecommitdiff
path: root/graphics/inventor/files/patch-simplemath.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inventor/files/patch-simplemath.h')
-rw-r--r--graphics/inventor/files/patch-simplemath.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/inventor/files/patch-simplemath.h b/graphics/inventor/files/patch-simplemath.h
deleted file mode 100644
index f63ed5d93e7d..000000000000
--- a/graphics/inventor/files/patch-simplemath.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/database/src/so/nodes/nurbs/head/simplemath.h.orig 2000-08-15 12:56:22 UTC
-+++ lib/database/src/so/nodes/nurbs/head/simplemath.h
-@@ -54,6 +54,6 @@ inline int
- absi( int x ) { return ( x < 0 ) ? -x : x; }
-
- inline REAL
--abs( REAL x ) { return ( x < 0.0 ) ? -x : x; }
-+absr( REAL x ) { return ( x < 0.0 ) ? -x : x; }
-
- #endif /* __glusimplemath_h_ */