xfree86: remove redundant declaration of inputInfo
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 14 Feb 2013 00:21:47 +0000 (10:21 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 15 Feb 2013 01:58:45 +0000 (11:58 +1000)
commit82425c66e7a8c436b5be7ad44880dd4be6c1f06a
tree7fde9bbf9755476616d7afc8293e44ab2e1079c5
parent6133c417595a9c8fc158b0d68fd4a7a2c58fdc47
xfree86: remove redundant declaration of inputInfo

xf86Cursor.c:19:18: warning: redundant redeclaration of 'inputInfo'
[-Wredundant-decls]
In file included from xf86Cursor.c:18:0:
../../../include/inputstr.h:614:57: note: previous declaration of
'inputInfo' was here

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
hw/xfree86/ramdac/xf86Cursor.c