(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138)

This commit is contained in:
KUDr 2007-06-24 13:30:03 +00:00
parent a7d5363e65
commit ac9fb1c34e
1 changed files with 0 additions and 1 deletions

View File

@ -247,7 +247,6 @@ public:
* - penalty for too long or too short platform on the destination station
*/
int transition_cost = 0;
int tile_cost = 0;
int extra_cost = 0;
/* Segment: one or more tiles connected by contiguous tracks of the same type.