mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +08:00
Ref T259, Ref T243 removed interpolation hints
* no longer needed with providers in that form * pure refactoring commit, just guarantees compilation * already minor adjustments to use providers
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#define XSWIFTBUS_TRAFFIC_OBJECTPATH "/xswiftbus/traffic"
|
||||
//! \endcond
|
||||
|
||||
namespace BlackMisc { namespace Simulation { class CInterpolationHints; } }
|
||||
namespace XSwiftBus
|
||||
{
|
||||
/*!
|
||||
@@ -154,7 +153,6 @@ namespace XSwiftBus
|
||||
char label[32] {};
|
||||
BlackMisc::Simulation::CInterpolatorMulti interpolator;
|
||||
CTerrainProbe terrainProbe;
|
||||
BlackMisc::Simulation::CInterpolationHints hints();
|
||||
XPMPPlaneSurfaces_t surfaces;
|
||||
QVector<std::pair<qint64, std::function<void(Plane *)>>> pendingSurfaces;
|
||||
float targetGearPosition = 0;
|
||||
|
||||
Reference in New Issue
Block a user