diff options
author | Jiri Slaby <jslaby@suse.cz> | 2016-06-23 11:34:37 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-25 16:04:48 (GMT) |
commit | abd530de2a55c1a74271e27d6e8c71c74c25e222 (patch) | |
tree | 41ca79de22b84fa6d8b4d2c1a31a53e98785c565 /drivers | |
parent | f8b0c2e688f086d22157afc734755ed370e288dc (diff) | |
download | linux-abd530de2a55c1a74271e27d6e8c71c74c25e222.tar.xz |
tty: vt, remove unused vc_deccolm
vc_deccolm is only set and never read, remove the member from vc_data.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/vt/vt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 26de5c0..213ce24 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -1482,7 +1482,6 @@ static void set_mode(struct vc_data *vc, int on_off) clr_kbd(vc, decckm); break; case 3: /* 80/132 mode switch unimplemented */ - vc->vc_deccolm = on_off; #if 0 vc_resize(deccolm ? 132 : 80, vc->vc_rows); /* this alone does not suffice; some user mode |