diff options
| author | Franklin Wei <franklin@fwei.ml> | 2015-05-21 17:29:02 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2015-05-21 17:29:02 -0400 |
| commit | c4506cac77a152789a0706b7412e6bcdf9f02121 (patch) | |
| tree | 0dcfb9b5d87bbe208d37a1f492b64510446f0558 /src/debug.c | |
| parent | 04e49958188b28a0a3c342afb2893608c90398ee (diff) | |
| download | market-sim-c4506cac77a152789a0706b7412e6bcdf9f02121.zip market-sim-c4506cac77a152789a0706b7412e6bcdf9f02121.tar.gz market-sim-c4506cac77a152789a0706b7412e6bcdf9f02121.tar.bz2 market-sim-c4506cac77a152789a0706b7412e6bcdf9f02121.tar.xz | |
remove junk
Diffstat (limited to 'src/debug.c')
| -rw-r--r-- | src/debug.c | 11 |
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"); -} |