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/cargo.h')
-rw-r--r--src/game/base/cargo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/base/cargo.h b/src/game/base/cargo.h
index 4d90611..0672cec 100644
--- a/src/game/base/cargo.h
+++ b/src/game/base/cargo.h
@@ -16,12 +16,6 @@ class Cargo : public core::Info {
public:
Cargo();
~Cargo();
-
- void buy(core::EntityControlable *buyer, core::Entity *seller, const int amount);
-
- void sell(core::EntityControlable *seller, core::Entity *buyer, const int amount);
-
- void eject(core::EntityControlable *ejector, const int amount);
/* --- static registry functions ---------------------------------- */