Remove refcnt field from InputDriverRec.

Wasn't used in the server and is now removed.

Fixes compiler error:
	"void.c", line 340: too many struct/union initializers

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2010-10-27 22:23:03 -07:00
parent c4cfc5891b
commit 0d7e2780cf

View File

@@ -343,7 +343,6 @@ _X_EXPORT InputDriverRec VOID = {
xf86VoidInit, /* pre-init */
xf86VoidUninit, /* un-init */
NULL, /* module */
0 /* ref count */
};
/*