Tools/DiskTool - Splitting parts out to be shared with NetTest
[tpg/acess2.git] / Tools / DiskTool / src / time.c
diff --git a/Tools/DiskTool/src/time.c b/Tools/DiskTool/src/time.c
deleted file mode 100644 (file)
index 445b04b..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Acess2 DiskTool
- * - By John Hodge (thePowersGang)
- * 
- * time.c
- * - Timing functions (emulated)
- */
-#include <acess.h>
-#include <timers.h>
-
-// === CODE ===
-tTimer *Time_AllocateTimer(tTimerCallback *Callback, void *Argument)
-{
-       return NULL;
-}
-
-void Time_ScheduleTimer(tTimer *Timer, int Delta)
-{
-       
-}
-
-void Time_FreeTimer(tTimer *Timer)
-{
-       
-}
-
-Sint64 now(void)
-{
-       // TODO: Translate UNIX time into Acess time
-       return 0;
-}
-

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