diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-07 19:08:33 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-22 11:33:20 +1000 |
commit | e884ff8ad4df2b3272a3d8ece772906207af5142 (patch) | |
tree | e01e853fff5189a7779bd5388929df4a515ff526 /hw/xfree86/os-support/linux | |
parent | 5497ce3da442d27c2dc7796bfef6ccd670bbadc4 (diff) |
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>
Diffstat (limited to 'hw/xfree86/os-support/linux')
-rw-r--r-- | hw/xfree86/os-support/linux/lnx_init.c | 3 |
1 files changed, 0 insertions, 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 */ |