From df40adfcf4f29e4ee4325bbd496c0ad232244b1a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 14 Oct 2006 12:32:39 +0000 Subject: updated for version 7.0-133 --- src/message.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/message.c') 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. -- cgit v1.2.3