We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904a898 commit d5d9b21Copy full SHA for d5d9b21
arduino-core/src/processing/app/BaseNoGui.java
@@ -423,11 +423,6 @@ static public String getToolsPath() {
423
return toolsFolder.getAbsolutePath();
424
}
425
426
- static public LibraryList getUserLibs() {
427
- LibraryList libs = BaseNoGui.librariesIndexer.getInstalledLibraries();
428
- return libs.filterLibrariesInSubfolder(getSketchbookFolder());
429
- }
430
-
431
static public String getBoardManagerLink() {
432
return boardManagerLink;
433
0 commit comments