summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-22 14:28:15 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-23 17:28:04 +0200
commite570ce65e60ca4eeb358d75e8c203fb38c888672 (patch)
tree38240e18d635e47c9eb2043ccc5205adc86d0405 /crawl-ref/source/view.h
parentb9c1a115983d976b59ff1e3e22f5048417748ff4 (diff)
downloadcrawl-ref-e570ce65e60ca4eeb358d75e8c203fb38c888672.tar.gz
crawl-ref-e570ce65e60ca4eeb358d75e8c203fb38c888672.zip
Axe two unused function prototypes.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index bf2f664735..6f368a0951 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -27,9 +27,6 @@ void fully_map_level();
bool is_feature(wchar_t feature, const coord_def& where);
-void clear_feature_overrides();
-void add_feature_override(const std::string &text);
-
std::string screenshot();
bool view_update();