]> granicus.if.org Git - nethack/commitdiff
Remove unused function
authorPasi Kallinen <paxed@alt.org>
Sat, 23 Jan 2021 13:19:34 +0000 (15:19 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 23 Jan 2021 13:19:34 +0000 (15:19 +0200)
src/dungeon.c

index 7e6da324425fd0955289f3ddb6baf11ee69c700f..b5b02a16fd8c9d5f989dbdb222faebc1e0d3a1b8 100644 (file)
@@ -1582,16 +1582,6 @@ boolean up;
     return tmp;
 }
 
-stairway *
-stairway_find_ladder()
-{
-    stairway *tmp = g.stairs;
-
-    while (tmp && !tmp->isladder)
-        tmp = tmp->next;
-    return tmp;
-}
-
 stairway *
 stairway_find_type_dir(isladder, up)
 boolean isladder, up;