Drop unused method

This commit is contained in:
Davide De Rosa 2022-04-26 10:59:48 +02:00
parent 1ff19b331f
commit 4973a19fda
1 changed files with 0 additions and 4 deletions

View File

@ -149,8 +149,4 @@ struct ProfileView: View {
}.themeGlobal()
}
}
private func presentPaywallTrustedNetworks() {
modalType = .paywallTrustedNetworks
}
}