diff options
| author | Albin <albin@mullvad.net> | 2022-03-28 11:02:10 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-03-28 13:26:43 +0200 |
| commit | 5a9e451e41741e7a61b3bcc3a77b21ffedd3ad11 (patch) | |
| tree | 34c8547a2c583f11e38d45e70ce0e6466669e702 /android | |
| parent | 39dd29de063df0c140932efd20bbd471f3200f47 (diff) | |
| download | mullvadvpn-5a9e451e41741e7a61b3bcc3a77b21ffedd3ad11.tar.xz mullvadvpn-5a9e451e41741e7a61b3bcc3a77b21ffedd3ad11.zip | |
Cleanup unused function
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountCell.kt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountCell.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountCell.kt index 9121973142..8ead4f917e 100644 --- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountCell.kt +++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountCell.kt @@ -62,8 +62,4 @@ class AccountCell : NavigateCell { init { cell.addView(remainingTimeLabel, cell.childCount - 1) } - - private fun getRemainingText(pluralId: Int, quantity: Int): String { - return resources.getQuantityString(pluralId, quantity, quantity) - } } |
