(svn r14101) -Cleanup (r14083): leftover friend.

This commit is contained in:
rubidium 2008-08-18 21:44:03 +00:00
parent 70edc700b1
commit c98c3122b5

View File

@ -11,8 +11,6 @@
#include "station_type.h" #include "station_type.h"
#include <list> #include <list>
struct BackuppedVehicle;
typedef uint32 CargoPacketID; typedef uint32 CargoPacketID;
struct CargoPacket; struct CargoPacket;
@ -103,7 +101,6 @@ private:
uint days_in_transit; ///< Cache for the number of days in transit uint days_in_transit; ///< Cache for the number of days in transit
public: public:
friend struct BackuppedVehicle;
friend void SaveLoad_STNS(Station *st); friend void SaveLoad_STNS(Station *st);
/** Create the cargo list */ /** Create the cargo list */