summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-11 14:02:31 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-11 14:02:31 +0200
commit0c8f6b4214ac63ec9eb54968d21f38be997a9981 (patch)
tree3d4dfca181aa62497e73b759a6c9235d53f196f7 /crawl-ref/source/hints.h
parent77587839e0e17de5b94c9a0431dd0c0692efa76a (diff)
downloadcrawl-ref-0c8f6b4214ac63ec9eb54968d21f38be997a9981.tar.gz
crawl-ref-0c8f6b4214ac63ec9eb54968d21f38be997a9981.zip
Drop the code for displaying/handling/etc secret doors.
Diffstat (limited to 'crawl-ref/source/hints.h')
-rw-r--r--crawl-ref/source/hints.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/hints.h b/crawl-ref/source/hints.h
index 2bdfb48b8f..4450f13be7 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -57,7 +57,6 @@ enum hints_event_type
HINT_SEEN_ALTAR,
HINT_SEEN_SHOP,
HINT_SEEN_DOOR,
- HINT_FOUND_SECRET_DOOR,
// other 'first events'
HINT_SEEN_MONSTER,
HINT_SEEN_ZERO_EXP_MON,
@@ -146,7 +145,6 @@ void init_hints();
void tutorial_init_hints();
void pick_hints(newgame_def* choice);
void hints_load_game(void);
-void hints_zap_secret_doors(void);
formatted_string hints_starting_info2();
void hints_starting_screen(void);