diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-12-03 09:33:55 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-12-03 09:35:15 +1000 |
commit | 3dac6ffa77c046b3d754f0a1105fe8ecc7377911 (patch) | |
tree | 658d95939321c9bf9b36688a83976ddac3eae5e4 | |
parent | 447f547fbb7d11ec56ea578292908192175b3828 (diff) |
Remove refcount field, dropped from the server
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Cyril Brulebois <kibi@debian.org>
-rw-r--r-- | src/xf86Elo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c index 527ad1c..4c3426f 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -1073,7 +1073,6 @@ _X_EXPORT InputDriverRec ELOGRAPHICS = { xf86EloInit, /* pre-init */ xf86EloUninit, /* un-init */ NULL, /* module */ - 0 /* ref count */ }; static pointer |