diff options
author | Michal Suchanek <hramrach@gmail.com> | 2012-04-24 18:37:30 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-14 13:17:17 +0100 |
commit | 36377fb0e88a6d237d98805e802ab3793582c976 (patch) | |
tree | 67e0632eadc83797445a570ae4e4122e9bdc3f16 /dix | |
parent | ea9ed83f8f0da241099d0a11c3460d46c5114dea (diff) |
dix: Remove redundant declarations.
Signed-off-by: Michal Suchanek <hramrach@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/events.c | 2 | ||||
-rw-r--r-- | dix/ptrveloc.c | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/dix/events.c b/dix/events.c index 9496b6f19..83ae5c965 100644 --- a/dix/events.c +++ b/dix/events.c @@ -349,8 +349,6 @@ IsFloating(DeviceIntPtr dev) */ extern int lastEvent; -extern int DeviceMotionNotify; - #define CantBeFiltered NoEventMask /** * Event masks for each event type. diff --git a/dix/ptrveloc.c b/dix/ptrveloc.c index acbb479c1..a788575ca 100644 --- a/dix/ptrveloc.c +++ b/dix/ptrveloc.c @@ -61,10 +61,7 @@ ****************************************************************************/ /* fwds */ -int - SetAccelerationProfile(DeviceVelocityPtr vel, int profile_num); static double - SimpleSmoothProfile(DeviceIntPtr dev, DeviceVelocityPtr vel, double velocity, double threshold, double acc); static PointerAccelerationProfileFunc |