mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
refs #246 removed unused private methods
This commit is contained in:
@@ -90,22 +90,6 @@ namespace BlackCore
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Booked stations
|
|
||||||
*/
|
|
||||||
void CContextNetwork::setAtcStationsBooked(const BlackMisc::Aviation::CAtcStationList &newStations)
|
|
||||||
{
|
|
||||||
this->m_atcStationsBooked = newStations;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Online stations
|
|
||||||
*/
|
|
||||||
void CContextNetwork::setAtcStationsOnline(const BlackMisc::Aviation::CAtcStationList &newStations)
|
|
||||||
{
|
|
||||||
this->m_atcStationsOnline = newStations;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Request METAR
|
* Request METAR
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -138,18 +138,6 @@ namespace BlackCore
|
|||||||
CVatsimDataFileReader *m_vatsimDataFileReader;
|
CVatsimDataFileReader *m_vatsimDataFileReader;
|
||||||
QTimer *m_dataUpdateTimer; //!< general updates such as ATIS, frequencies, see requestDataUpdates()
|
QTimer *m_dataUpdateTimer; //!< general updates such as ATIS, frequencies, see requestDataUpdates()
|
||||||
|
|
||||||
//! Replace value by new values
|
|
||||||
void setAtcStationsBooked(const BlackMisc::Aviation::CAtcStationList &newStations);
|
|
||||||
|
|
||||||
//! Replace value by new values
|
|
||||||
void setAtcStationsOnline(const BlackMisc::Aviation::CAtcStationList &newStations);
|
|
||||||
|
|
||||||
//! The "central" ATC list with online ATC controllers
|
|
||||||
BlackMisc::Aviation::CAtcStationList &atcStationsOnline() { return m_atcStationsOnline; }
|
|
||||||
|
|
||||||
//! ATC list, with booked controllers
|
|
||||||
BlackMisc::Aviation::CAtcStationList &atcStationsBooked() { return m_atcStationsBooked; }
|
|
||||||
|
|
||||||
//! Get network settings
|
//! Get network settings
|
||||||
BlackMisc::Settings::CSettingsNetwork getNetworkSettings() const
|
BlackMisc::Settings::CSettingsNetwork getNetworkSettings() const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user