Removed unused code.

This commit is contained in:
Mathew Sutcliffe
2017-11-09 21:48:52 +00:00
parent e0d9fb9df1
commit a7124ec589
6 changed files with 0 additions and 67 deletions

View File

@@ -65,10 +65,6 @@ namespace XSwiftBus
//! Called by XPluginStart
static void initLegacyData();
signals:
//! Installed models updated.
void installedModelsUpdated(const QStringList &modelStrings, const QStringList &icaos, const QStringList &airlines, const QStringList &liveries);
public slots:
//! Initialize the multiplayer planes rendering and return true if successful
bool initialize();
@@ -88,9 +84,6 @@ namespace XSwiftBus
//! Get whether the plugin draws type and callsign labels above aircraft
bool isDrawingLabels() const;
//! Called by newly connected client to cause installedModelsUpdated to be emitted.
void updateInstalledModels();
//! Set the maximum number of aircraft.
void setMaxPlanes(int planes);