aboutsummaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2015-05-21 17:29:02 -0400
committerFranklin Wei <git@fwei.tk>2015-05-21 17:29:02 -0400
commitdeb4a3d28260fd9c28c50fcd84c6c4632c92e6f7 (patch)
tree0dcfb9b5d87bbe208d37a1f492b64510446f0558 /src/globals.h
parentf5808cddfa783b5f270dca922c84e22800f62038 (diff)
downloadmarket-sim-deb4a3d28260fd9c28c50fcd84c6c4632c92e6f7.zip
market-sim-deb4a3d28260fd9c28c50fcd84c6c4632c92e6f7.tar.gz
market-sim-deb4a3d28260fd9c28c50fcd84c6c4632c92e6f7.tar.bz2
market-sim-deb4a3d28260fd9c28c50fcd84c6c4632c92e6f7.tar.xz
remove junk
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/globals.h b/src/globals.h
index e01b729..60cd40c 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -113,13 +113,6 @@ void load_handler(struct player_t*);
void quit_handler(struct player_t*);
void print_handler(struct player_t*);
-#ifndef NDEBUG
-
-void debug_handler(struct player_t*);
-void debug_init(void);
-
-#endif
-
void do_menu(struct player_t*, const struct command_t*, uint len, const char *prompt);
#endif