summaryrefslogtreecommitdiff
path: root/sysspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysspec.h')
-rw-r--r--sysspec.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sysspec.h b/sysspec.h
index 8d49640..89aa3ad 100644
--- a/sysspec.h
+++ b/sysspec.h
@@ -79,12 +79,3 @@ void writefile(FILE *fhandle,
unsigned long nbytes,
void *buffer,
int *errorcode);
-
-unsigned long StartStopwatch();
-
-unsigned long StopStopwatch(unsigned long startticks);
-
-unsigned long TicksToSecs(unsigned long tickamount);
-
-double TicksToFracSecs(unsigned long tickamount);
-