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:
parent
40e9aa17b3
commit
82d3985f6f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user