aboutsummaryrefslogtreecommitdiff
path: root/src/timer/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer/timer.h')
-rw-r--r--src/timer/timer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/timer/timer.h b/src/timer/timer.h
deleted file mode 100644
index 66b3c95..0000000
--- a/src/timer/timer.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef MELVIX_TIMER_H
-#define MELVIX_TIMER_H
-
-void timer_install();
-
-void timer_wait(int ticks);
-
-#endif