Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Removed unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T committed Aug 15, 2019
1 parent 9524abc commit a03cc97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Client/Frontend/Browser/BrowserViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3062,11 +3062,6 @@ extension BrowserViewController: PreferencesObserver {
updateTabsBarVisibility()
updateApplicationShortcuts()

// Destroy all tab data
tabManager.allTabs.forEach({
tabManager.removeAllBrowsingDataForTab($0)
})

tabManager.removeAll()

// Clear all persistent data
Expand Down

0 comments on commit a03cc97

Please sign in to comment.