aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Hållberg <gustav@gmail.com>2010-04-26 13:26:28 +0200
committerGustav Hållberg <gustav@gmail.com>2010-04-30 00:28:33 +0200
commitdacae5a9cbc2d5b8b61d100d0ec5ad08dbf351b4 (patch)
treebae67ae4daba7030e5da5482918d2870f82206f6
parent79473ca5521ec3233dcf83d1c25758cf5eff7386 (diff)
downloadstgit-dacae5a9cbc2d5b8b61d100d0ec5ad08dbf351b4.tar.gz
stgit.el: Remove useless defvars
These defvars are no longer needed as they are defined as buffer-local in stgit-mode. Signed-off-by: Gustav Hållberg <gustav@gmail.com>
-rw-r--r--contrib/stgit.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/stgit.el b/contrib/stgit.el
index 5fe05e6..7ac75d0 100644
--- a/contrib/stgit.el
+++ b/contrib/stgit.el
@@ -430,9 +430,6 @@ Returns nil if there was no output."
"Returns non-nil if the work tree contains no changes from index."
(zerop (stgit-run-git-silent "diff-files" "--quiet")))
-(defvar stgit-index-node)
-(defvar stgit-worktree-node)
-
(defvar stgit-did-advise nil
"Set to non-nil if appropriate (non-stgit) git functions have
been advised to update the stgit status when necessary.")