diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-27 22:23:03 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-27 22:23:03 -0700 |
commit | 0d7e2780cf832d0fdf8bbd419d399511c72ef680 (patch) | |
tree | 0dc0ca4d16dafd80e121fb82eb2a4558b8360bcb | |
parent | c4cfc5891ba13f38fcfaa2d330ff99ea7b61b9b6 (diff) |
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>
-rw-r--r-- | src/void.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -343,7 +343,6 @@ _X_EXPORT InputDriverRec VOID = { xf86VoidInit, /* pre-init */ xf86VoidUninit, /* un-init */ NULL, /* module */ - 0 /* ref count */ }; /* |