From 0ff0cc30fd5b188664ec7e0b6e4907eb9541e161 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Mon, 8 Mar 2021 11:22:40 +0000 Subject: [PATCH] src/Aircraft/replay.hxx: removed unused class member. --- src/Aircraft/replay.hxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Aircraft/replay.hxx b/src/Aircraft/replay.hxx index c297d6d38..ab938b58c 100644 --- a/src/Aircraft/replay.hxx +++ b/src/Aircraft/replay.hxx @@ -251,8 +251,6 @@ private: void valueChanged(SGPropertyNode * node); - bool m_continuoue_out_signals; - // Things for replaying from uncompressed fgtape file. std::ifstream m_continuous_in; bool m_continuous_in_multiplayer;