refs #297 Removed old simulator settings, which were not even used.

This commit is contained in:
Mathew Sutcliffe
2015-06-30 20:48:04 +01:00
parent dace9e4da5
commit d971b073b7
12 changed files with 1 additions and 265 deletions

View File

@@ -11,7 +11,6 @@
#define BLACKGUI_SETTINGSSIMULATORCOMPONENT_H
#include "blackgui/blackguiexport.h"
#include "blackmisc/simulation/setsimulator.h"
#include "blackmisc/simulation/simulatorplugininfolist.h"
#include "enableforruntime.h"
#include "enableforruntime.h"
@@ -43,9 +42,6 @@ namespace BlackGui
//! Driver changed
void ps_pluginHasBeenSelectedInComboBox(int index);
//! Settings have been changed
void ps_settingsHaveChanged(uint settingsType);
//! Apply max.aircraft
void ps_onApplyMaxRenderedAircraft();