branch: externals/ergoemacs-mode
commit 706e35e02b28e80dbd2bf86b0407acde5d0cb32e
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Remove dead code
---
ergoemacs-lib.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/ergoemacs-lib.el b/ergoemacs-lib.el
index f35adb7..9453c12 100644
--- a/ergoemacs-lib.el
+++ b/ergoemacs-lib.el
@@ -415,12 +415,6 @@ All other modes are assumed to be minor modes or
unimportant.
(when (memq (elt key 0) '(menu-bar remap again redo cut copy paste help
open find ergoemacs-remap execute))
(setq key nil))
(and key (ergoemacs-key-description--menu key)))
- ;; (let ((key (ergoemacs-gethash cmd (ergoemacs (ergoemacs :global-map)
:where-is))))
- ;; (when key
- ;; (setq key (nth 0 key)))
- ;; (when (memq (elt key 0) '(menu-bar remap again redo cut copy paste
help open find ergoemacs-remap execute))
- ;; (setq key nil))
- ;; (or (and key (ergoemacs-key-description--menu key)) ""))
)))