File tree 2 files changed +1
-6
lines changed 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1877,11 +1877,6 @@ public void handleFontSizeChange(int change) {
1877
1877
getEditors ().forEach (Editor ::applyPreferences );
1878
1878
}
1879
1879
1880
- // XXX: Remove this method and make librariesIndexer non-static
1881
- static public LibraryList getLibraries () {
1882
- return BaseNoGui .librariesIndexer .getInstalledLibraries ();
1883
- }
1884
-
1885
1880
public List <JMenu > getBoardsCustomMenus () {
1886
1881
return boardsCustomMenus ;
1887
1882
}
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public void reload() {
89
89
File platformKeywords = new File (tp .getFolder (), "keywords.txt" );
90
90
if (platformKeywords .exists ()) parseKeywordsTxt (platformKeywords );
91
91
}
92
- for (ContributedLibrary lib : Base . getLibraries ()) {
92
+ for (ContributedLibrary lib : BaseNoGui . librariesIndexer . getInstalledLibraries ()) {
93
93
File keywords = new File (lib .getInstalledFolder (), "keywords.txt" );
94
94
if (keywords .exists ()) {
95
95
parseKeywordsTxt (keywords );
You can’t perform that action at this time.
0 commit comments