mirror of
https://github.com/X11Libre/xf86-input-void.git
synced 2026-03-24 09:34:08 +00:00
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:
@@ -343,7 +343,6 @@ _X_EXPORT InputDriverRec VOID = {
|
||||
xf86VoidInit, /* pre-init */
|
||||
xf86VoidUninit, /* un-init */
|
||||
NULL, /* module */
|
||||
0 /* ref count */
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user