From e884ff8ad4df2b3272a3d8ece772906207af5142 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 7 Mar 2012 19:08:33 +1000 Subject: [PATCH] xfree86: remove out-of-date comment No idea what this was referring to but it goes past git history. Signed-off-by: Peter Hutterer --- hw/xfree86/os-support/linux/lnx_init.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/os-support/linux/lnx_init.c b/hw/xfree86/os-support/linux/lnx_init.c index c938b87d3..68c296b0f 100644 --- a/hw/xfree86/os-support/linux/lnx_init.c +++ b/hw/xfree86/os-support/linux/lnx_init.c @@ -238,9 +238,6 @@ xf86OpenConsole(void) cfsetispeed(&nTty, 9600); cfsetospeed(&nTty, 9600); tcsetattr(xf86Info.consoleFd, TCSANOW, &nTty); - - /* we really should have a InitOSInputDevices() function instead - * of Init?$#*&Device(). So I just place it here */ } } else { /* serverGeneration != 1 */