summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2011-10-17 17:17:37 -0400
committerSamuel Bronson <naesten@gmail.com>2011-10-17 17:17:37 -0400
commit5d73bfa39c70944af694ea9d2eb38cc866ecc2c8 (patch)
tree2407b84e0e77c510bd1b2f410e9b5e0e8016e815 /crawl-ref/source/tutorial.h
parent840a5e6654a7cfdc618871357cd545eb5876c015 (diff)
downloadcrawl-ref-5d73bfa39c70944af694ea9d2eb38cc866ecc2c8.tar.gz
crawl-ref-5d73bfa39c70944af694ea9d2eb38cc866ecc2c8.zip
Get rid of get_sprint_maps() and get_tutorial_maps().
Since the tag for each gametype is now just the name of that gametype, _choose_gamemode_map() can just look the maps up itself.
Diffstat (limited to 'crawl-ref/source/tutorial.h')
-rw-r--r--crawl-ref/source/tutorial.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/tutorial.h b/crawl-ref/source/tutorial.h
index 43fcc88fe5..97952589ac 100644
--- a/crawl-ref/source/tutorial.h
+++ b/crawl-ref/source/tutorial.h
@@ -6,10 +6,6 @@
#ifndef TUTORIAL_H
#define TUTORIAL_H
-class map_def;
-// All available maps.
-std::vector<const map_def *> get_tutorial_maps();
-
// Set and get the current map. Used to transfer
// map choice from game choice to level gen.
void set_tutorial_map(const std::string& map);