emacs-framebuffer

Emacs library to show images and documents in console using Linux framebuffer
Log | Files | Refs

commit aa6127b4ff8fe2bd17405d1681f30684c5ae68f3
parent c2bb9b0ac6f4f3238860622eea3c5f719a6b52de
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sat, 17 Oct 2020 21:01:26 +0200

remove unused function

Diffstat:
Memacs-framebuffer.el | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el @@ -144,10 +144,6 @@ (call-process "sha256sum" nil t nil (expand-file-name file))) (buffer-substring (point-min) (+ (point-min) 64)))) -(defun framebuffer-file-readable-p (file) - (when (file-readable-p file) - file)) - (defun framebuffer-cache-remote (file) (if (file-remote-p file) (let ((z (framebuffer-local-cache-file (framebuffer-file-hash file)