summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.h b/src/globals.h
index f94ab582a..1cc7b9fae 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -191,9 +191,6 @@ EXTERN int emsg_skip INIT(= 0); // don't display errors for
EXTERN int emsg_severe INIT(= FALSE); // use message of next of several
// emsg() calls for throw
EXTERN int did_endif INIT(= FALSE); // just had ":endif"
-EXTERN dict_T vimvardict; // Dictionary with v: variables
-EXTERN dict_T globvardict; // Dictionary with g: variables
-#define globvarht globvardict.dv_hashtab
#endif
EXTERN int did_emsg; // set by emsg() when the message
// is displayed or thrown