From f74c3a0e87b93e87065ad9e0f484ea4caddb066a Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Wed, 7 Jun 2017 08:53:10 -0400 Subject: [PATCH] remove unused code // FREEBIE --- .../Notifications/UserNotificationsAdaptee.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift b/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift index 0b22c0251..764bb8552 100644 --- a/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift +++ b/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift @@ -22,8 +22,7 @@ struct AppNotifications { enum Action { case callBack, - showThread, - confirmIdentityAndCallBack + showThread } static var allCategories: Set { @@ -57,10 +56,6 @@ struct AppNotifications { return UNNotificationAction(identifier: "org.whispersystems.signal.AppNotifications.Action.showThread", title: CallStrings.showThreadButtonTitle, options: .authenticationRequired) - case .confirmIdentityAndCallBack: - return UNNotificationAction(identifier: "org.whispersystems.signal.AppNotifications.Action.confirmIdentityAndCallBack", - title: CallStrings.confirmIdentityAndCallBackButtonTitle, - options: .authenticationRequired) } } }