mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 19:12:15 +02:00
Remove unused variable in MarketplaceItemUploader.cpp
This commit is contained in:
parent
d29233872e
commit
41effbf862
1 changed files with 0 additions and 1 deletions
|
@ -285,7 +285,6 @@ void MarketplaceItemUploader::doWaitForInventory() {
|
|||
auto version = assetObject["version"];
|
||||
auto valid = assetObject["valid"];
|
||||
if (version.isDouble() && valid.isBool()) {
|
||||
int versionInt = version.toDouble();
|
||||
if ((int)version.toDouble() >= _itemVersion && valid.toBool()) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue