Ref T105, remove empty cleanup functions

This commit is contained in:
Klaus Basan
2017-07-11 11:01:55 +02:00
committed by Mathew Sutcliffe
parent 0bfd9a55a2
commit 8aed8f598e
9 changed files with 0 additions and 32 deletions

View File

@@ -56,12 +56,6 @@ namespace BlackCore
//! Data have been read
void dataRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState state, int number);
protected:
//! \name BlackCore::CThreadedReader overrides
//! @{
virtual void cleanup() override;
//! @}
private slots:
//! Data have been read, parse VATSIM file
void ps_parseVatsimFile(QNetworkReply *nwReply);