refs #667 XBus: use the thread-agnostic interpolator method, to avoid an unnecessary dynamic memory allocation.

This commit is contained in:
Mathew Sutcliffe
2016-06-06 20:02:00 +01:00
parent f82a3b53e4
commit 6134b3d0a3
2 changed files with 2 additions and 26 deletions

View File

@@ -144,8 +144,6 @@ namespace XBus
return static_cast<CTraffic *>(self)->getPlaneData(id, dataType, io_data);
}
class AircraftProvider;
AircraftProvider *m_provider = nullptr;
BlackMisc::IInterpolator *m_interpolator = nullptr;
};