(svn r20474) -Cleanup: remove some unused code

This commit is contained in:
yexo
2010-08-12 21:36:43 +00:00
parent 089fc97387
commit 241d705406
11 changed files with 4 additions and 166 deletions

View File

@@ -4317,22 +4317,6 @@ static void FeatureNewName(ByteReader *buf)
break;
}
break;
#if 0
case GSF_CANALS:
case GSF_BRIDGES:
AddGRFString(_cur_spriteid, id, lang, name);
switch (GB(id, 8, 8)) {
case 0xC9: // House name
default:
grfmsg(7, "FeatureNewName: Unsupported ID (0x%04X)", id);
}
break;
default :
grfmsg(7, "FeatureNewName: Unsupported feature (0x%02X)", feature);
break;
#endif
}
}
}