From da956e208dd0333e02aa6bcfa2f470e0cf32aaa1 Mon Sep 17 00:00:00 2001 From: sf-exg Date: Fri, 2 Apr 2010 15:02:11 +0000 Subject: [PATCH] Remove unused variable. --- src/rxvt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rxvt.h b/src/rxvt.h index 47c6e8a2..6b58522a 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -963,7 +963,6 @@ struct rxvt_vars : TermWin_t XSizeHints szHint; rxvt_color *pix_colors; Cursor TermWin_cursor; /* cursor for vt window */ - int numlock_state; line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf line_t *drawn_buf; // text on screen line_t *swap_buf; // lines for swap buffer -- 2.34.1