mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 18:26:26 +02:00
Remove unused variable
This commit is contained in:
parent
7d267bb709
commit
e33539f575
1 changed files with 0 additions and 1 deletions
|
@ -472,7 +472,6 @@ void NetworkTexture::makeLocalRequest() {
|
||||||
path = ":" + _url.path();
|
path = ":" + _url.path();
|
||||||
}
|
}
|
||||||
|
|
||||||
auto self = _self;
|
|
||||||
connect(this, &Resource::finished, this, &NetworkTexture::handleLocalRequestCompleted);
|
connect(this, &Resource::finished, this, &NetworkTexture::handleLocalRequestCompleted);
|
||||||
|
|
||||||
path = FileUtils::selectFile(path);
|
path = FileUtils::selectFile(path);
|
||||||
|
|
Loading…
Reference in a new issue