From 45cf2eb3a194d53ccdd05a75b46e472a01359abf Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Wed, 8 Aug 2001 22:42:43 +0000 Subject: Added simple key event processing. --- src/kshape.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/kshape.c') diff --git a/src/kshape.c b/src/kshape.c index 0e95c46..5e204f9 100644 --- a/src/kshape.c +++ b/src/kshape.c @@ -4500,19 +4500,6 @@ void TranslatePoint(int *source, int *dest, int *matrix) #endif #endif -static void TranslatePoint(float *source, float *dest, float *matrix) -{ -// fprintf(stderr, "TranslatePoint(%f, %f, %f)\n"); - -/* TODO - implement the inline assembly here? */ -/* Moved to a separate file because I can't figure out the damn syntax! */ -__asm__("call TranslatePoint_Asm \n\t" - : - : "S" (source), "b" (dest), "D" (matrix) - ); -} - - void TranslatePointIntoViewspace(VECTORCH *pointPtr) { Source[0] = pointPtr->vx; -- cgit v1.3