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>
This commit is contained in:
parent
ea9ed83f8f
commit
36377fb0e8
|
@ -349,8 +349,6 @@ IsFloating(DeviceIntPtr dev)
|
|||
*/
|
||||
extern int lastEvent;
|
||||
|
||||
extern int DeviceMotionNotify;
|
||||
|
||||
#define CantBeFiltered NoEventMask
|
||||
/**
|
||||
* Event masks for each event type.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue