summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-03-28 11:02:10 +0200
committerAlbin <albin@mullvad.net>2022-03-28 13:26:43 +0200
commit5a9e451e41741e7a61b3bcc3a77b21ffedd3ad11 (patch)
tree34c8547a2c583f11e38d45e70ce0e6466669e702 /android
parent39dd29de063df0c140932efd20bbd471f3200f47 (diff)
downloadmullvadvpn-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.kt4
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)
- }
}