branch: externals/mct
commit cf9af9118a143d7e5710205fa65563b3760dfdf5
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove superfluous 'declare-function'
---
mct-tcm.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/mct-tcm.el b/mct-tcm.el
index 3b6c213f53..757126ec7c 100644
--- a/mct-tcm.el
+++ b/mct-tcm.el
@@ -72,8 +72,6 @@ minibuffer while narrowing to the given input."
(when (>= emacs-major-version 28)
(insert char)))))
-(declare-function mct--minibuffer-p "mct")
-
(defun mct-tcm--setup-redirect-self-insert ()
"Set up `mct-tcm--redirect-self-insert'."
(when (mct--minibuffer-p)