From c739145ff0dbb31f2524799e8e0ca862acc13ab6 Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 24 Jul 2014 15:18:19 +0000 Subject: MFC r268947: Hide syscons-specific workaround under DEV_SC --- sys/dev/vt/vt_core.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/dev/vt') diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c index 915526c..72ccce8 100644 --- a/sys/dev/vt/vt_core.c +++ b/sys/dev/vt/vt_core.c @@ -111,9 +111,6 @@ const struct terminal_class vt_termclass = { #define VT_UNIT(vw) ((vw)->vw_device->vd_unit * VT_MAXWINDOWS + \ (vw)->vw_number) -/* XXX while syscons is here. */ -int sc_txtmouse_no_retrace_wait; - static SYSCTL_NODE(_kern, OID_AUTO, vt, CTLFLAG_RD, 0, "vt(9) parameters"); VT_SYSCTL_INT(enable_altgr, 1, "Enable AltGr key (Do not assume R.Alt as Alt)"); VT_SYSCTL_INT(debug, 0, "vt(9) debug level"); -- cgit v1.1