diff options
| author | Franklin Wei <git@fwei.tk> | 2015-05-21 17:29:02 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-05-21 17:29:02 -0400 |
| commit | deb4a3d28260fd9c28c50fcd84c6c4632c92e6f7 (patch) | |
| tree | 0dcfb9b5d87bbe208d37a1f492b64510446f0558 /src/debug.c | |
| parent | f5808cddfa783b5f270dca922c84e22800f62038 (diff) | |
| download | market-sim-deb4a3d28260fd9c28c50fcd84c6c4632c92e6f7.zip market-sim-deb4a3d28260fd9c28c50fcd84c6c4632c92e6f7.tar.gz market-sim-deb4a3d28260fd9c28c50fcd84c6c4632c92e6f7.tar.bz2 market-sim-deb4a3d28260fd9c28c50fcd84c6c4632c92e6f7.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"); -} |