remove unused code

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent c8d547a08f
commit f74c3a0e87

@ -22,8 +22,7 @@ struct AppNotifications {
enum Action {
case callBack,
showThread,
confirmIdentityAndCallBack
showThread
}
static var allCategories: Set<UNNotificationCategory> {
@ -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)
}
}
}

Loading…
Cancel
Save