summaryrefslogtreecommitdiff
path: root/emfloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'emfloat.h')
-rw-r--r--emfloat.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/emfloat.h b/emfloat.h
index 2761ae5..59dc809 100644
--- a/emfloat.h
+++ b/emfloat.h
@@ -124,15 +124,3 @@ static void DivideInternalFPF(InternalFPF *x,InternalFPF *y,
/* static void LongToInternalFPF(long mylong, */
static void Int32ToInternalFPF(int32_t mylong,
InternalFPF *dest);
-#ifdef DEBUG
-static int InternalFPFToString(char *dest,
- InternalFPF *src);
-#endif
-
-/*
-** EXTERNALS
-*/
-extern unsigned long StartStopwatch();
-extern unsigned long StopStopwatch(unsigned long elapsed);
-/* extern long randwc(long num); */
-extern int32_t randwc(int32_t num);