emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/calibre 761f35b771 10/76: Remove dead code


From: ELPA Syncer
Subject: [elpa] externals/calibre 761f35b771 10/76: Remove dead code
Date: Thu, 18 May 2023 09:57:41 -0400 (EDT)

branch: externals/calibre
commit 761f35b7712e545ee9de3f63d86ecc86ff91bcb5
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]