mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
style: delete unused code
This commit is contained in:
parent
4448a632af
commit
41b374ab23
1 changed files with 0 additions and 14 deletions
|
|
@ -219,20 +219,6 @@ public class MusicUtil {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static List<String> getReadableStrings(List<String> strings) {
|
|
||||||
List<String> readableStrings = new ArrayList<>();
|
|
||||||
|
|
||||||
if (!strings.isEmpty()) {
|
|
||||||
for (String string : strings) {
|
|
||||||
if (string != null) {
|
|
||||||
readableStrings.add(Html.fromHtml(string, Html.FROM_HTML_MODE_COMPACT).toString());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return readableStrings;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String getReadableByteCount(long bytes) {
|
public static String getReadableByteCount(long bytes) {
|
||||||
long absB = bytes == Long.MIN_VALUE ? Long.MAX_VALUE : Math.abs(bytes);
|
long absB = bytes == Long.MIN_VALUE ? Long.MAX_VALUE : Math.abs(bytes);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue