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/ship.h')
-rw-r--r--src/game/base/ship.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/base/ship.h b/src/game/base/ship.h
index c8d478c..971cb95 100644
--- a/src/game/base/ship.h
+++ b/src/game/base/ship.h
@@ -85,8 +85,6 @@ public:
/// Initiate jump, departing from a jump point
- /** Initiates a jump even if the ship has no jumpdrive
- */
void initiate_jump(JumpPoint *depart);
/// void reset drive controls
@@ -100,9 +98,6 @@ public:
/// toggle jump drive activation
void func_jump(std::string const & args);
-
-
- virtual void dock(Entity *entity);
private:
JumpPoint *find_closest_jumppoint();