MCPcopy
hub / github.com/arduino/Arduino / unusedStrings

Method unusedStrings

arduino-core/src/processing/app/I18n.java:108–111  ·  view source on GitHub ↗

Does nothing. This method is an hack to extract words with gettext tool.

()

Source from the content-addressed store, hash-verified

106 * This method is an hack to extract words with gettext tool.
107 */
108 protected static void unusedStrings() {
109 // This word is defined in the "boards.txt".
110 tr("Processor");
111 }
112}

Callers

nothing calls this directly

Calls 1

trMethod · 0.95

Tested by

no test coverage detected