From 8f00db684acdc1835c73e11f598d0f6b9bb4c2d1 Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Fri, 23 Mar 2018 21:53:08 +0100 Subject: [PATCH] revert 'Update savegame.hpp' --- src/savegame.hpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/savegame.hpp b/src/savegame.hpp index ae6ac4d67e15..213b3b11b3fb 100644 --- a/src/savegame.hpp +++ b/src/savegame.hpp @@ -287,17 +287,6 @@ class oos_savegame : public ingame_savegame bool& ignore_; }; -class mp_debug_savegame : public ingame_savegame -{ -public: - mp_debug_savegame(saved_game& gamestate, bool& ignore); - -private: - /** Display the save game dialog. */ - virtual int show_save_dialog(const std::string& message, DIALOG_TYPE dialog_type) override; - bool& ignore_; -}; - /** Class for start-of-scenario saves */ class scenariostart_savegame : public savegame {