Skip to content

Commit 82d3985

Browse files
Remove I18n._()
This function was already deprecated and still triggers a java warning. Removing it silences that.
1 parent 40e9aa1 commit 82d3985

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arduino-core/src/processing/app/I18n.java

-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ static protected void init(String language) throws MissingResourceException {
7070
PROMPT_BROWSE = tr("Browse");
7171
}
7272

73-
@Deprecated
74-
public static String _(String s) {
75-
return tr(s);
76-
}
77-
7873
public static String tr(String s) {
7974
String res;
8075
try {

0 commit comments

Comments
 (0)