branch: externals/calibre
commit 761f35b7712e545ee9de3f63d86ecc86ff91bcb5
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>
Remove dead code
* calibre-library.el (calibre-library-add-book): Removed unless with
empty body
---
calibre-library.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/calibre-library.el b/calibre-library.el
index 4fbd2ab38a..890c96aaf3 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -36,7 +36,6 @@
(defun calibre-library-add-book (file)
"Add FILE to the Calibre library."
(interactive "f")
- (unless (executable-find "calibredb"))
(calibre-library-add-books (list file)))
(defun calibre-library-add-books (files)