branch: elpa/pacmacs
commit d49e28e468f654e2250353a1c3035ee53afc7257
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    Remove pacmacs--opposite-direction-name (#153)
    
    It's not used anywhere anymore
---
 pacmacs-utils.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pacmacs-utils.el b/pacmacs-utils.el
index c3650756d6..adaf43de85 100644
--- a/pacmacs-utils.el
+++ b/pacmacs-utils.el
@@ -78,13 +78,6 @@ side-effects."
     (cdr (assoc direction-vector
                 direction-table))))
 
-(defun pacmacs--opposite-direction-name (direction-name)
-  (cl-case direction-name
-    ('left 'right)
-    ('right 'left)
-    ('up 'down)
-    ('down 'up)))
-
 (defun pacmacs--levelname-from-filename (filename)
   (when (string-match "\\(map[0-9]+\\)\\.txt" filename)
     (match-string 1 filename)))

Reply via email to