branch: externals/scanner
commit 97790640e77299bc56096d310b594fb3927d788e
Author: Raffael Stocker <[email protected]>
Commit: Raffael Stocker <[email protected]>
remove an old FIXME
---
scanner.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/scanner.el b/scanner.el
index 5ab03bb..f7d0386 100644
--- a/scanner.el
+++ b/scanner.el
@@ -229,7 +229,6 @@ results are cached."
Each entry of the list contains three elements: the SANE device
name, the device type, and the vendor and model names."
- ;; FIXME use make-process for this?
(let ((scanners (process-lines scanner-scanimage-program "-f" "%d|%t|%v
%m")))
;; attempt to filter out any spurious error output or other non-relevant
;; stuff