Code cleanup

This commit is contained in:
Anuken
2018-10-06 11:56:39 -04:00
parent 0ce226d0c9
commit fd107ab5b8
48 changed files with 94 additions and 195 deletions

View File

@@ -60,11 +60,6 @@ public class DesktopPlatform extends Platform{
return NumberFormat.getIntegerInstance().format(number);
}
@Override
public void showError(String text){
}
@Override
public String getLocaleName(Locale locale){
return locale.getDisplayName(locale);