refactor: Remove timesync feature

This is directly available by new simulators.
This commit is contained in:
Lars Toenning
2024-12-29 14:25:56 +01:00
parent 865e7fc0ef
commit efc7796f1b
23 changed files with 0 additions and 384 deletions

View File

@@ -462,13 +462,6 @@ namespace swift::simplugin::flightgear
return airports;
}
bool CSimulatorFlightgear::setTimeSynchronization(bool enable, const physical_quantities::CTime &offset)
{
Q_UNUSED(offset)
if (enable) { CLogMessage(this).info(u"Flightgear provides real time synchronization, use this one"); }
return false;
}
bool CSimulatorFlightgear::isPhysicallyRenderedAircraft(const CCallsign &callsign) const
{
return m_flightgearAircraftObjects.contains(callsign);