summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/travel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index 91867b5386..b84626a0ce 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -74,7 +74,6 @@ bool is_stair(dungeon_feature_type gridc);
bool is_travelable_stair(dungeon_feature_type gridc);
command_type direction_to_command( char x, char y );
bool is_resting( void );
-bool can_travel_interlevel();
#ifdef CLUA_BINDINGS
const char *trap_name(int x, int y);
#endif