[git] Remove unused evil-magit function

The only usage of the function: spacemacs//magit-evil-magit-bindings
was removed in the PR: [spacemacs-evil] add evil-collection #14200
This commit is contained in:
duianto 2021-02-15 10:47:38 +01:00
parent 3f7e69e0b1
commit b6aa0e651f
1 changed files with 0 additions and 9 deletions

View File

@ -68,15 +68,6 @@
(and (eq style 'hybrid)
hybrid-style-enable-evilified-state)))
(defun spacemacs//magit-evil-magit-bindings (style)
"Set `evil-magit' bindings for the given editing STYLE."
(cond
((spacemacs//support-evilified-buffer-p style)
(evil-magit-init))
(t
(when (featurep 'evil-magit)
(evil-magit-revert)))))
;; git blame transient state