mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 23:49:24 +00:00
xfree86: remove out-of-date comment
No idea what this was referring to but it goes past git history. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user