Remove obsolete variable definition

This commit is contained in:
Nathan Lovato
2020-02-01 09:46:01 -06:00
parent 2e3cb46ad3
commit 0d142f3d77

View File

@@ -1382,8 +1382,6 @@ to \"^gdscript-\"."
(cdr pair))))
(buffer-local-variables from-buffer)))
(defvar comint-last-prompt-overlay) ; Shut up, byte compiler.
(defun gdscript-util-forward-comment (&optional direction)
"Gdscript mode specific version of `forward-comment'.
Optional argument DIRECTION defines the direction to move to."