Remove commented out private slot

This commit is contained in:
Ryan Huffman 2016-03-08 10:31:40 -08:00
parent e3523c8604
commit 0a75a94790

View file

@ -52,9 +52,6 @@ signals:
void finished(AssetRequest* thisRequest);
void progress(qint64 totalReceived, qint64 total);
//private slots:
//void getAssetCallback(bool responseReceived, AssetServerError serverError, const QByteArray& data);
private:
State _state = NotStarted;
Error _error = NoError;