diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-06-07 14:24:46 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-06-07 14:24:46 -0400 |
commit | 440166a027b78eb53d7686937148b755ad51f7f9 (patch) | |
tree | 2149ce9145461b4768af9553a3ba88a6887539f9 /src/Type1/arith.h | |
parent | 9739e750a7ca4b86ddb89674b104e9b9a8b61014 (diff) |
Dead code removal and static markup for Type1.
Diffstat (limited to 'src/Type1/arith.h')
-rw-r--r-- | src/Type1/arith.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Type1/arith.h b/src/Type1/arith.h index 6c810b9..73b84a7 100644 --- a/src/Type1/arith.h +++ b/src/Type1/arith.h @@ -66,12 +66,6 @@ typedef struct { } #endif -extern void DLmult ( doublelong *product, unsigned long u, unsigned long v ); -extern void DLdiv ( doublelong *quotient, unsigned long divisor ); -extern void DLadd ( doublelong *u, doublelong *v ); -extern void DLsub ( doublelong *u, doublelong *v ); extern fractpel FPmult ( fractpel u, fractpel v ); -extern fractpel FPdiv ( fractpel dividend, fractpel divisor ); -extern fractpel FPstarslash ( fractpel a, fractpel b, fractpel c ); /*END SHARED*/ |