Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/station.h')
-rw-r--r--src/game/base/station.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/base/station.h b/src/game/base/station.h
index 3f8bea6..2aa8a95 100644
--- a/src/game/base/station.h
+++ b/src/game/base/station.h
@@ -15,9 +15,6 @@ class Station : public core::Entity
public:
Station();
virtual ~Station();
-
- /// entity received a docking request
- virtual void dock(core::Entity *entity);
};
}