diff options
Diffstat (limited to 'src/game/base/game.h')
-rw-r--r-- | src/game/base/game.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h index a7e476e..fc0274b 100644 --- a/src/game/base/game.h +++ b/src/game/base/game.h @@ -97,7 +97,6 @@ private: /* ---- engine functions ----------------------------------- */ - static void func_list_ship(std::string const &args); static void func_join(core::Player *player, std::string const &args); static void func_spectate(core::Player *player, std::string const &args); static void func_hail(core::Player *player, std::string const &args); |