diff src/message.c @ 1007:7d29124f77f5 v7.0.133

updated for version 7.0-133
author vimboss
date Sat, 14 Oct 2006 12:32:39 +0000
parents 144ad7f25f67
children b8c880d61acb
line wrap: on
line diff
--- 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.