Skip to content

Commit d131d33

Browse files
Rm unused method
1 parent 1009dc4 commit d131d33

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/src/main/java/org/schabi/newpipe/util/Localization.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,6 @@ public static String deletedDownloadCount(@NonNull final Context context,
219219
deletedCount, shortCount(context, deletedCount));
220220
}
221221

222-
public static String replyCount(@NonNull final Context context, final int replyCount) {
223-
return getQuantity(context, R.plurals.replies, 0, replyCount,
224-
String.valueOf(replyCount));
225-
}
226-
227222
/**
228223
* @param context the Android context
229224
* @param likeCount the like count, possibly negative if unknown

0 commit comments

Comments
 (0)