changeset 13720:8fb563d14d2f

Remove useless OCTAVE_API decorators. * lo-mappers.h (X_NINT): Remove OCTAVE_API decorator. (xmod): Likewise. (xrem): Likewise.
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 19 Oct 2011 12:04:40 +0100
parents 8547cde2a568
children ca90a6d59ab6
files liboctave/lo-mappers.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/lo-mappers.h	Wed Oct 19 12:00:31 2011 +0100
+++ b/liboctave/lo-mappers.h	Wed Oct 19 12:04:40 2011 +0100
@@ -227,7 +227,6 @@
 extern OCTAVE_API int NINT (float x);
 
 template <typename T>
-OCTAVE_API
 T
 X_NINT (T x)
 {
@@ -305,7 +304,6 @@
 }
 
 template <typename T>
-OCTAVE_API
 T
 xmod (T x, T y)
 {
@@ -353,7 +351,6 @@
 }
 
 template <typename T>
-OCTAVE_API
 T
 xrem (T x, T y)
 {