remove unused nip05 color function

This commit is contained in:
ericholguin
2023-03-25 14:34:48 -06:00
parent 312c798bb5
commit 00da97307e

View File

@@ -61,10 +61,6 @@ struct ProfileName: View {
nip05 ?? damus_state.profiles.is_validated(pubkey) nip05 ?? damus_state.profiles.is_validated(pubkey)
} }
var nip05_color: Color {
return get_nip05_color(pubkey: pubkey, contacts: damus_state.contacts)
}
var current_display_name: DisplayName { var current_display_name: DisplayName {
return display_name ?? Profile.displayName(profile: profile, pubkey: pubkey) return display_name ?? Profile.displayName(profile: profile, pubkey: pubkey)
} }