mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 21:42:24 +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();
|
||||
}
|
||||
|
||||
auto self = _self;
|
||||
connect(this, &Resource::finished, this, &NetworkTexture::handleLocalRequestCompleted);
|
||||
|
||||
path = FileUtils::selectFile(path);
|
||||
|
|
Loading…
Reference in a new issue