mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:37:29 +02:00
Remove unused variable
This commit is contained in:
parent
2dbea37690
commit
cf6eba96a4
1 changed files with 0 additions and 2 deletions
|
@ -292,8 +292,6 @@ void AddressManager::goToAddressFromObject(const QVariantMap& dataObject, const
|
||||||
const QString PLACE_ID_KEY = "id";
|
const QString PLACE_ID_KEY = "id";
|
||||||
_rootPlaceID = rootMap[PLACE_ID_KEY].toUuid();
|
_rootPlaceID = rootMap[PLACE_ID_KEY].toUuid();
|
||||||
|
|
||||||
bool addressChanged = false;
|
|
||||||
|
|
||||||
// set our current root place name to the name that came back
|
// set our current root place name to the name that came back
|
||||||
const QString PLACE_NAME_KEY = "name";
|
const QString PLACE_NAME_KEY = "name";
|
||||||
QString placeName = rootMap[PLACE_NAME_KEY].toString();
|
QString placeName = rootMap[PLACE_NAME_KEY].toString();
|
||||||
|
|
Loading…
Reference in a new issue