branch: externals/ergoemacs-mode
commit 0a189f3c832849cc130ad66668790c935b92e8f2
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Minor cleanup
---
ergoemacs-component.el | 2 --
ergoemacs-functions.el | 1 -
ergoemacs-translate.el | 2 --
3 files changed, 5 deletions(-)
diff --git a/ergoemacs-component.el b/ergoemacs-component.el
index b6cd7b6..bda4235 100644
--- a/ergoemacs-component.el
+++ b/ergoemacs-component.el
@@ -79,8 +79,6 @@
(declare-function ergoemacs-map-properties--empty-p "ergoemacs-map-properties")
(declare-function ergoemacs-map-properties--label "ergoemacs-map-properties")
-(declare-function ergoemacs-map-- "ergoemacs-map")
-
(declare-function ergoemacs-map-keymap "ergoemacs-mapkeymap")
(declare-function ergoemacs-key-description "ergoemacs-key-description")
diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index 65f73aa..f2b9bb8 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -61,7 +61,6 @@
(declare-function cua-set-rectangle-mark "cua-rect")
(declare-function dired-get-marked-files "dired")
-(declare-function ergoemacs-map-- "ergoemacs-map")
(declare-function ergoemacs-mode "ergoemacs-mode")
(declare-function ergoemacs-theme-describe "ergoemacs-theme-engine")
diff --git a/ergoemacs-translate.el b/ergoemacs-translate.el
index bb8ed78..e4503a3 100644
--- a/ergoemacs-translate.el
+++ b/ergoemacs-translate.el
@@ -83,8 +83,6 @@
(declare-function ergoemacs-map-properties--put "ergoemacs-map-properties")
-(declare-function ergoemacs-map-- "ergoemacs-map")
-
(declare-function ergoemacs-translate--key-description "ergoemacs-translate")
(fset #'ergoemacs-translate--key-description (symbol-function
#'key-description))