diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-25 11:53:21 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-26 06:32:34 +1000 |
commit | 9d6723303216e7b6de583716768d0dc972f03d03 (patch) | |
tree | 2f15d597f327d16e8cf0fd9bcc446810a33cf5fd | |
parent | 6f227252af6458fbf6cbeee43e3f739fd2f03c67 (diff) |
Remove if 0'd out model.
If 0 since at least 2003 is enough to pretend we don't need this block.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/mouse.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mouse.c b/src/mouse.c index 1e7e7e4..3d8b73a 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -190,19 +190,6 @@ static const char *mmDefaults[] = { "VMin", "1", NULL }; -#if 0 -/* Logitech series 9 *//* same as msc: now mlDefaults */ -static const char *logiDefaults[] = { - "BaudRate", "1200", - "DataBits", "8", - "StopBits", "2", - "Parity", "None", - "FlowControl", "None", - "VTime", "0", - "VMin", "1", - NULL -}; -#endif /* Hitachi Tablet */ static const char *mmhitDefaults[] = { "BaudRate", "1200", |