aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/debug.c b/src/debug.c
deleted file mode 100644
index fe0d7cb..0000000
--- a/src/debug.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "globals.h"
-
-void debug_init(void)
-{
-
-}
-
-void debug_handler(struct player_t *player)
-{
- printf("go away\n");
-}