From 4ee0bd4efb83841f8d1c1bab4479958ce8ef26e8 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 15 Jun 2022 14:43:45 -0700 Subject: [PATCH] remove unused function Signed-off-by: William Casarin --- damus/ContentView.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index 0c8a8a72..3bfd65ce 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -300,10 +300,6 @@ struct ContentView: View { } } - func is_friend_event(_ ev: NostrEvent) -> Bool { - return damus.is_friend_event(ev, our_pubkey: self.pubkey, contacts: self.damus_state!.contacts) - } - func switch_timeline(_ timeline: Timeline) { if timeline == self.selected_timeline { NotificationCenter.default.post(name: .scroll_to_top, object: nil)