commit 4ee0bd4efb83841f8d1c1bab4479958ce8ef26e8
parent dd7d9a4a66db05fa5529ef83f8712553e3d3178b
Author: William Casarin <jb55@jb55.com>
Date: Wed, 15 Jun 2022 14:43:45 -0700
remove unused function
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git 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)