1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-21 19:32:54 +01:00

(svn r20860) -Cleanup: remove some unused functions and variables

This commit is contained in:
smatz
2010-10-01 16:42:28 +00:00
parent 7f5f4950d7
commit 77fe95f552
9 changed files with 5 additions and 56 deletions

View File

@@ -109,9 +109,8 @@ static void Load_RAIL()
_railtype_list.Clear();
LabelObject lo;
int index;
while ((index = SlIterateArray()) != -1) {
while (SlIterateArray() != -1) {
SlObject(&lo, _label_object_desc);
*_railtype_list.Append() = (RailTypeLabel)lo.label;
}