Skip to content

Commit

Permalink
removed check on .h file existence
Browse files Browse the repository at this point in the history
  • Loading branch information
ffissore authored and cmaglie committed May 11, 2013
1 parent fa95662 commit 5444455
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/processing/app/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -2424,11 +2424,6 @@ public void handleAddLibrary(Editor editor) {
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());
Expand Down

0 comments on commit 5444455

Please sign in to comment.