mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove 0,0,0 entry.
This commit is contained in:
parent
ec410d105b
commit
ac8adad0e0
1 changed files with 0 additions and 3 deletions
|
@ -935,9 +935,6 @@ void Menu::goTo() {
|
|||
// location coordinates or place name
|
||||
QString domain = urlParts[0];
|
||||
goToDomain(domain);
|
||||
// as there are no coordinates, go to 0,0,0
|
||||
QString destination = "0,0,0";
|
||||
goTo(destination);
|
||||
}
|
||||
else if (urlParts.count() > 1) {
|
||||
// if url has 2 or more parts, the first one is domain name
|
||||
|
|
Loading…
Reference in a new issue