diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-27 22:19:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-27 22:19:19 -0700 |
commit | e282087cfe70917232ff520929ccbdbe6b4c521e (patch) | |
tree | 74549b4e57f375d77736895a9fe5895daf22ba67 /src | |
parent | 96a383c95f8d97b966249eccb31734375df2c295 (diff) |
Remove refcnt field from InputDriverRec.
Wasn't used in the server and is now removed.
Fixes compiler error:
"acecad.c", line 111: too many struct/union initializers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/acecad.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/acecad.c b/src/acecad.c index fb031c5..36af669 100644 --- a/src/acecad.c +++ b/src/acecad.c @@ -113,8 +113,7 @@ _X_EXPORT InputDriverRec ACECAD = NULL, AceCadPreInit, NULL, - NULL, - 0 + NULL }; static XF86ModuleVersionInfo VersionRec = |