From fa93b0806456519361b47c61a2a3a139b1708704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Mon, 25 Jul 2022 10:39:41 +0200 Subject: [PATCH] hotfix(nim): Can't start the app remove duplicate nim slot; looks like a rebase gone wrong Fixes being unable to build/start the app Closes #6599 --- src/app/modules/main/profile_section/contacts/view.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/modules/main/profile_section/contacts/view.nim b/src/app/modules/main/profile_section/contacts/view.nim index bc54bdabdb..f55e98b22a 100644 --- a/src/app/modules/main/profile_section/contacts/view.nim +++ b/src/app/modules/main/profile_section/contacts/view.nim @@ -188,6 +188,3 @@ QtObject: proc hasReceivedVerificationRequestFrom*(self: View, fromId: string): bool {.slot.} = result = self.delegate.hasReceivedVerificationRequestFrom(fromId) - - proc acceptContactRequest*(self: View, publicKey: string) {.slot.} = - self.delegate.acceptContactRequest(publicKey)