mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
Removed unused forward declarations
This commit is contained in:
committed by
Mathew Sutcliffe
parent
28ffdd8ed9
commit
6ec0960811
@@ -25,15 +25,8 @@
|
|||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
{
|
{
|
||||||
class CWorker;
|
class CWorker;
|
||||||
namespace Aviation { class CCallsign; }
|
|
||||||
namespace Simulation
|
namespace Simulation
|
||||||
{
|
{
|
||||||
class CInterpolationHints;
|
|
||||||
class CInterpolatorLinear;
|
|
||||||
class CInterpolatorSpline;
|
|
||||||
struct CInterpolationStatus;
|
|
||||||
struct CPartsStatus;
|
|
||||||
|
|
||||||
//! Record internal state of interpolator for debugging
|
//! Record internal state of interpolator for debugging
|
||||||
class BLACKMISC_EXPORT CInterpolationLogger : public QObject
|
class BLACKMISC_EXPORT CInterpolationLogger : public QObject
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user