mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
Removed unused method BaseNoGui.getUserLibs()
This commit is contained in:
parent
904a898108
commit
d5d9b217a1
@ -423,11 +423,6 @@ public class BaseNoGui {
|
||||
return toolsFolder.getAbsolutePath();
|
||||
}
|
||||
|
||||
static public LibraryList getUserLibs() {
|
||||
LibraryList libs = BaseNoGui.librariesIndexer.getInstalledLibraries();
|
||||
return libs.filterLibrariesInSubfolder(getSketchbookFolder());
|
||||
}
|
||||
|
||||
static public String getBoardManagerLink() {
|
||||
return boardManagerLink;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user