removed check on .h file existence

This commit is contained in:
Federico Fissore 2012-12-04 16:45:25 +01:00 committed by Cristian Maglie
parent fa9566235d
commit 544445524a
1 changed files with 0 additions and 5 deletions

View File

@ -2424,11 +2424,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());