diff --git a/magit.el b/magit.el index 5d841ee5..302cd3f0 100644 --- a/magit.el +++ b/magit.el @@ -836,10 +836,6 @@ pushed. (interactive) (magit-run "git" "cherry-pick" "--no-commit" (magit-commit-at-point))) -(defun magit-checkout-commit () - (interactive) - (magit-run "git" "checkout" (magit-commit-at-point))) - (defun magit-log-commit () (interactive) (magit-browse-log (magit-commit-at-point)))