Remove unused capabilities.

This commit is contained in:
Greyson Parrelli
2024-07-02 11:59:56 -04:00
committed by Cody Henthorne
parent 585401a98e
commit 70378b85d7
11 changed files with 8 additions and 37 deletions

View File

@@ -314,9 +314,6 @@ class Recipient(
/** The notification channel, if both set and supported by the system. Otherwise null. */
val notificationChannel: String? = if (!NotificationChannels.supported()) null else notificationChannelValue
/** The user's payment capability. */
val paymentActivationCapability: Capability = capabilities.paymentActivation
/** The user's payment capability. */
val deleteSyncCapability: Capability = capabilities.deleteSync