Ref T709, removed unused includes and style

This commit is contained in:
Klaus Basan
2019-07-30 00:57:55 +02:00
committed by Mat Sutcliffe
parent 006fbc88ae
commit 97926eee26
6 changed files with 9 additions and 10 deletions

View File

@@ -146,7 +146,7 @@ namespace XSwiftBus
static CSettings *s_pluginSettings; //!< needs to be static for static functions
bool m_initialized = false;
bool m_initialized = false;
bool m_enabledMultiplayer = false;
CTerrainProbe m_terrainProbe;
@@ -164,6 +164,7 @@ namespace XSwiftBus
static int drawCallback(XPLMDrawingPhase phase, int isBefore, void *refcon);
static int spaceKeySniffer(char character, XPLMKeyFlags flags, char virtualKey, void *refcon);
//! Remote aircraft
struct Plane
{
void *id = nullptr;