summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-27 22:21:20 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-27 22:21:20 -0700
commitaf7e7c0aa603b67b12e4046bcda9bc58026cd82b (patch)
treee4c43fe9c5fa13c6102a5742d24669a066d1dbb0
parent63d1539957f1618af8ebca520f61ca712070d950 (diff)
Remove refcnt field from InputDriverRec.
Wasn't used in the server and is now removed. Fixes compiler error: "xf86PM.c", line 59: too many struct/union initializers Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/xf86PM.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xf86PM.c b/src/xf86PM.c
index 14cbe22..fb3d36d 100644
--- a/src/xf86PM.c
+++ b/src/xf86PM.c
@@ -62,7 +62,6 @@ _X_EXPORT InputDriverRec PENMOUNT = {
PenMountPreInit,
/*PenMountUnInit*/NULL,
NULL,
- 0
};