1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-13 10:29:35 +01:00

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

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 {