From 4932831f8b2d8b93e1e11ab670b5bce18e518c16 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 25 Dec 2013 16:16:31 +0100 Subject: [PATCH] IDE do not hide libraries with incompatible architectures --- app/src/processing/app/Base.java | 2 -- 1 file changed, 2 deletions(-) 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();