From 7bf3671997fca3a222e1e3b7361a76cddf0d56f1 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Tue, 23 Oct 2018 02:22:02 +0200 Subject: [PATCH] Removed unused value --- src/blackmisc/simulation/remoteaircraftprovider.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/blackmisc/simulation/remoteaircraftprovider.h b/src/blackmisc/simulation/remoteaircraftprovider.h index 7db34a304..c6dc21873 100644 --- a/src/blackmisc/simulation/remoteaircraftprovider.h +++ b/src/blackmisc/simulation/remoteaircraftprovider.h @@ -49,7 +49,6 @@ namespace BlackMisc static constexpr int MaxSituationsPerCallsign = 6; //!< How many situations we keep per callsign static constexpr int MaxPartsPerCallsign = 20; //!< How many parts we keep per callsign (we keep more parts than situations as parts can just come in) static constexpr int MaxPartsAgePerCallsignSecs = 60; //!< How many seconds to keep parts for interpolation - // static constexpr int DefaultOffsetTimeMs = 6000; //!< \fixme copied from CNetworkVatlib::c_positionTimeOffsetMsec //! Destructor virtual ~IRemoteAircraftProvider();