diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 32526f16b..a46b29204 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -2716,11 +2716,6 @@ public class Base { editor.statusError(mess); return; } - String[] headerFiles = headerListFromIncludePath(libFolder); - if (headerFiles == null || headerFiles.length == 0) { - editor.statusError(_("Not a valid library: no header files found")); - return; - } // copy folder File destinationFolder = new File(getSketchbookLibrariesFolder(), sourceFile.getName());