summaryrefslogtreecommitdiffstats
path: root/src/message.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-10-14 12:32:39 +0000
committerBram Moolenaar <Bram@vim.org>2006-10-14 12:32:39 +0000
commitdf40adfcf4f29e4ee4325bbd496c0ad232244b1a (patch)
tree428246ae8a590ce6a0605c4f30e8a136939e46af /src/message.c
parentc67764a7053fd2b4fe9c7016fb89cf81691edbe4 (diff)
updated for version 7.0-133v7.0.133
Diffstat (limited to 'src/message.c')
-rw-r--r--src/message.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/message.c b/src/message.c
index 0b0ffa3809..2eee604421 100644
--- a/src/message.c
+++ b/src/message.c
@@ -53,7 +53,6 @@ struct msg_hist
static struct msg_hist *first_msg_hist = NULL;
static struct msg_hist *last_msg_hist = NULL;
static int msg_hist_len = 0;
-static int msg_hist_off = FALSE; /* don't add messages to history */
/*
* When writing messages to the screen, there are many different situations.