branch: externals/logos
commit be93f79b2f15f1c8c21547a0ee96689495d6c2f4
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Remove superfluous function and needless outline heading
---
 logos.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/logos.el b/logos.el
index cc80f8b4cf..ff6866efd4 100644
--- a/logos.el
+++ b/logos.el
@@ -89,8 +89,6 @@
 
 ;;; Code:
 
-;;;; General utilities
-
 (defgroup logos ()
   "Simple focus mode and extras."
   :group 'editing)
@@ -229,13 +227,6 @@ and disabled, then use the `logos-focus-mode-hook' 
instead."
   :package-version '(logos . "0.4.0")
   :group 'logos)
 
-;;;; General utilities
-
-(defun logos--focus-p ()
-  "Return non-nil if `logos-focus-mode' is bound locally."
-  (when (bound-and-true-p logos-focus-mode)
-    (buffer-local-value 'logos-focus-mode (current-buffer))))
-
 ;;;; Page motions
 
 (define-obsolete-variable-alias

Reply via email to