We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa95662 commit 5444455Copy full SHA for 5444455
app/src/processing/app/Base.java
@@ -2424,11 +2424,6 @@ public void handleAddLibrary(Editor editor) {
2424
editor.statusError(mess);
2425
return;
2426
}
2427
- String[] headerFiles = headerListFromIncludePath(libFolder);
2428
- if (headerFiles == null || headerFiles.length == 0) {
2429
- editor.statusError(_("Not a valid library: no header files found"));
2430
- return;
2431
- }
2432
2433
// copy folder
2434
File destinationFolder = new File(getSketchbookLibrariesFolder(), sourceFile.getName());
0 commit comments