diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 5f351f764..fd5ab7df6 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -1323,8 +1323,6 @@ public class Base { } catch (IOException e) { showWarning(_("Error"), _("Error loading libraries"), e); } - String currentArch = Base.getTargetPlatform().getId(); - libraries = libraries.filterByArchitecture(currentArch); // Populate importToLibraryTable importToLibraryTable = new HashMap();