mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Remove timesync feature
This is directly available by new simulators.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user