summaryrefslogtreecommitdiff
path: root/src/mathline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mathline.c')
-rw-r--r--src/mathline.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/mathline.c b/src/mathline.c
index ceffbc9..cd45967 100644
--- a/src/mathline.c
+++ b/src/mathline.c
@@ -636,32 +636,6 @@ __asm__("fld fti_fptmp \n\t"
#endif
}
-#if 0
-int FloatToInt(float fptmp)
-{
-#if 1
- fti_fptmp = fptmp;
-/*
- _asm
- {
- fld fptmp
- fistp itmp
- }
-*/
-__asm__("fld fti_fptmp \n\t"
- "fistp fti_itmp \n\t"
- :
- :
- : "memory", "cc"
- );
-
- return fti_itmp;
-#else
- return fptmp;
-#endif
-}
-#endif
-
void TranslatePoint(float *source, float *dest, float *matrix)
{
// fprintf(stderr, "TranslatePoint(%f, %f, %f)\n");