summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-27 22:23:03 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-27 22:23:03 -0700
commit0d7e2780cf832d0fdf8bbd419d399511c72ef680 (patch)
tree0dc0ca4d16dafd80e121fb82eb2a4558b8360bcb
parentc4cfc5891ba13f38fcfaa2d330ff99ea7b61b9b6 (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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/void.c b/src/void.c
index c741d87..df973fa 100644
--- a/src/void.c
+++ b/src/void.c
@@ -343,7 +343,6 @@ _X_EXPORT InputDriverRec VOID = {
xf86VoidInit, /* pre-init */
xf86VoidUninit, /* un-init */
NULL, /* module */
- 0 /* ref count */
};
/*