Remove unused variable

This commit is contained in:
Bradley Austin Davis 2018-03-10 18:44:24 -08:00 committed by GitHub
parent 7d267bb709
commit e33539f575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -472,7 +472,6 @@ void NetworkTexture::makeLocalRequest() {
path = ":" + _url.path();
}
auto self = _self;
connect(this, &Resource::finished, this, &NetworkTexture::handleLocalRequestCompleted);
path = FileUtils::selectFile(path);