Delete old and dead error handling code

This commit is contained in:
Maurice Parker
2020-07-25 19:47:15 -05:00
parent 4fe40f9ed6
commit 028eccfaf9
2 changed files with 0 additions and 5 deletions

View File

@@ -205,10 +205,6 @@ struct SceneNavigationView: View {
}
}
func handleRefreshError(_ error: Error) {
sceneModel.accountErrorMessage = error.localizedDescription
}
}
struct NavigationView_Previews: PreviewProvider {