IDE do not hide libraries with incompatible architectures

This commit is contained in:
Cristian Maglie 2013-12-25 16:16:31 +01:00
parent 5e7663574b
commit 4932831f8b
1 changed files with 0 additions and 2 deletions

View File

@ -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<String, Library>();