diff --git a/libraries/networking/src/AddressManager.cpp b/libraries/networking/src/AddressManager.cpp index b83891b4f1..9e5cbcaa7b 100644 --- a/libraries/networking/src/AddressManager.cpp +++ b/libraries/networking/src/AddressManager.cpp @@ -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();