refs #748 Make completers also work for CFlightPlanComponent

This commit is contained in:
Michał Garapich
2016-09-04 21:18:49 +02:00
committed by Mathew Sutcliffe
parent 281b6d11a6
commit 30e3ce2dbf
2 changed files with 1 additions and 9 deletions

View File

@@ -362,9 +362,6 @@ namespace BlackCore
//! Read finished from reader
void ps_readFromSwiftDb(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState state, int number);
//! Read from airport data reader
void ps_readFromAirportDb(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState state, int number);
//! Setup changed
void ps_setupChanged();