mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 23:22:36 +00:00
removed unused function replay::get_config()
This commit is contained in:
parent
f5ab5c7f41
commit
2521c7ad61
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user