1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-01-24 07:56:57 +00:00

Rm unused method

This commit is contained in:
Isira Seneviratne 2024-07-08 16:21:34 +05:30
parent 1c503ce50e
commit ddbfcf89c7

View File

@ -219,11 +219,6 @@ public final class Localization {
deletedCount, shortCount(context, deletedCount)); deletedCount, shortCount(context, deletedCount));
} }
public static String replyCount(@NonNull final Context context, final int replyCount) {
return getQuantity(context, R.plurals.replies, 0, replyCount,
String.valueOf(replyCount));
}
/** /**
* @param context the Android context * @param context the Android context
* @param likeCount the like count, possibly negative if unknown * @param likeCount the like count, possibly negative if unknown