Skip to content

Commit 03e91ab

Browse files
authored
Remove obsolete function. (#221)
1 parent 6438aba commit 03e91ab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rime.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,11 +1186,6 @@ Will resume when finish composition."
11861186
tab-line-format nil)
11871187
(jit-lock-mode -1))
11881188

1189-
(defun rime-commit-and-toggle-input-method ()
1190-
"[OBSOLETE] A function that we decide to let user define it in their Emacs configuration, so this will be removed in the future. See README for details."
1191-
(interactive)
1192-
(message "[emacs-rime] The `rime-commit-and-toggle-input-method' is OBSOLETE. See README for details."))
1193-
11941189
(require 'rime-predicates)
11951190

11961191
(provide 'rime)

0 commit comments

Comments
 (0)