removed unused function replay::get_config()

This commit is contained in:
Mark de Wever 2007-04-14 19:58:43 +00:00
parent f5ab5c7f41
commit 2521c7ad61
2 changed files with 0 additions and 8 deletions

View File

@ -154,12 +154,6 @@ void replay::throw_error(const std::string& msg)
if (!game_config::ignore_replay_errors) throw replay::error(msg);
}
config& replay::get_config()
{
return cfg_;
}
void replay::set_save_info(const game_state& save)
{
saveInfo_ = save;

View File

@ -35,8 +35,6 @@ public:
replay();
explicit replay(const config& cfg);
config& get_config();
void set_save_info(const game_state& save);
const game_state& get_save_info() const;