mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 20:56:41 +02:00
reverting, oversight
This commit is contained in:
parent
a85a7a6119
commit
8bca1bc5fe
1 changed files with 0 additions and 5 deletions
|
@ -152,11 +152,6 @@ void AddressManager::goForward() {
|
|||
}
|
||||
}
|
||||
|
||||
void AddressManager::goToLastAddress() {
|
||||
// this should always return something as long as the URL isn't empty.
|
||||
handleUrl(_lastVisitedURL, LookupTrigger::AttemptedRefresh);
|
||||
}
|
||||
|
||||
void AddressManager::storeCurrentAddress() {
|
||||
auto url = currentAddress();
|
||||
|
||||
|
|
Loading…
Reference in a new issue