Remove unused function
This commit is contained in:
@@ -1582,16 +1582,6 @@ boolean up;
|
|||||||
return tmp;
|
return tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
stairway *
|
|
||||||
stairway_find_ladder()
|
|
||||||
{
|
|
||||||
stairway *tmp = g.stairs;
|
|
||||||
|
|
||||||
while (tmp && !tmp->isladder)
|
|
||||||
tmp = tmp->next;
|
|
||||||
return tmp;
|
|
||||||
}
|
|
||||||
|
|
||||||
stairway *
|
stairway *
|
||||||
stairway_find_type_dir(isladder, up)
|
stairway_find_type_dir(isladder, up)
|
||||||
boolean isladder, up;
|
boolean isladder, up;
|
||||||
|
|||||||
Reference in New Issue
Block a user