Remove unused function

This commit is contained in:
Pasi Kallinen
2021-01-23 15:19:34 +02:00
parent 0516fa9e35
commit a3c8dead91

View 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;