Remove `I18n._()`

This function was already deprecated and still triggers a java warning.
Removing it silences that.
This commit is contained in:
Matthijs Kooijman 2016-01-21 17:16:50 +01:00
parent 40e9aa17b3
commit 82d3985f6f
1 changed files with 0 additions and 5 deletions

View File

@ -70,11 +70,6 @@ public class I18n {
PROMPT_BROWSE = tr("Browse");
}
@Deprecated
public static String _(String s) {
return tr(s);
}
public static String tr(String s) {
String res;
try {