AxWin2 - Huge changes, getting to the working point
[tpg/acess2.git] / Kernel / time.c
index e64d0b7..1180cad 100644 (file)
@@ -17,7 +17,6 @@ typedef struct sTimer {
 } tTimer;
 
 // === PROTOTYPES ===
-Sint64 now(void);
 void   Timer_CallTimers(void);
 
 // === GLOBALS ===
@@ -92,7 +91,6 @@ void Time_Delay(int Delay)
 }
 
 // === EXPORTS ===
-EXPORT(now);
 EXPORT(Time_CreateTimer);
 EXPORT(Time_RemoveTimer);
 EXPORT(Time_Delay);

UCC git Repository :: git.ucc.asn.au