From 765927f9f0e9ca751e1d94bd86aaf47200dcdb81 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 26 Sep 2010 14:55:35 +0000 Subject: moved trading definitions from station.ini to the zone.ini --- src/game/base/station.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/game/base/station.h') diff --git a/src/game/base/station.h b/src/game/base/station.h index ad627dd..ea7fdbd 100644 --- a/src/game/base/station.h +++ b/src/game/base/station.h @@ -7,7 +7,6 @@ #ifndef __INCLUDED_BASE_STATION_H__ #define __INCLUDED_BASE_STATION_H__ -#include "base/shipdealer.h" #include "base/physics.h" namespace game @@ -19,19 +18,8 @@ public: Station(); virtual ~Station(); - inline ShipDealer *shipdealer() { - return station_shipdealer; - } - - void set_shipdealer(ShipDealer *shipdealer); - /// entity received a docking request virtual void dock(core::Entity *entity); - - -private: - ShipDealer *station_shipdealer; - }; } -- cgit v1.2.3