From d80009c611f9eee5ac727690c5d9bde071b73d4f Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 17 Jan 2007 22:32:34 +0000 Subject: (svn r8212) -Fix Remove the unnecessary attribute RoadStop::used. The same information can be derived from RoadStop::xy --- src/station.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/station.cpp') diff --git a/src/station.cpp b/src/station.cpp index d3eff6bb1..b718a0aac 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -350,7 +350,6 @@ void RoadStop::operator delete(void *p, int index) /** Initializes a RoadStop */ RoadStop::RoadStop(TileIndex tile) : xy(tile), - used(true), status(3), // stop is free num_vehicles(0), next(NULL), @@ -377,7 +376,6 @@ RoadStop::~RoadStop() if (prev != NULL) prev->next = next; if (next != NULL) next->prev = prev; - used = false; DEBUG(ms, cDebugCtorLevel , "I- at %d[0x%x]", xy, xy); xy = INVALID_TILE; -- cgit v1.2.3-70-g09d2