branch: externals/agitate commit a04f65e8bc4e288919b27140030ed3470edc7939 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove unused variable --- agitate.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/agitate.el b/agitate.el index bfd0c76f79..d8b638f486 100644 --- a/agitate.el +++ b/agitate.el @@ -303,9 +303,6 @@ With optional LONG do not abbreviate commit hashes." (or file "--"))) nil t))) -(defvar agitate-vc-git-show-buffer "*agitate-vc-git-show*" - "Buffer for showing a git commit.") - ;;;###autoload (defun agitate-vc-git-show (&optional current-file) "PROTOTYPE.