remove a comment block re-added in merge

This commit is contained in:
Stephen Birarda 2016-03-08 11:51:59 -08:00
parent c4845e5ae5
commit 88c1892bf6

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;