summaryrefslogtreecommitdiff
path: root/hw/xnest
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-25 22:49:54 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-25 22:49:54 +0930
commit0877de13ac6ddfb55108aa3456d47f970c6c442c (patch)
tree6e28eef360b45c19031e73bb6eb101f729464391 /hw/xnest
parent00b4339168c10dd4ce026deb8e04bfb63dfd11dc (diff)
Remove GetMotionProc from ValuatorClassRec.
With the MD/SD device hierarchy we need control over the generation of the motion history as well as the conversion later before posting it to the client. So let's not let the drivers change it. No x.org driver currently uses it anyway, linuxwacom doesn't either so dumping it seems safe enough.
Diffstat (limited to 'hw/xnest')
-rw-r--r--hw/xnest/Pointer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xnest/Pointer.c b/hw/xnest/Pointer.c
index b0de13b5f..8f764a624 100644
--- a/hw/xnest/Pointer.c
+++ b/hw/xnest/Pointer.c
@@ -56,7 +56,6 @@ xnestPointerProc(DeviceIntPtr pDev, int onoff)
for (i = 0; i <= nmap; i++)
map[i] = i; /* buttons are already mapped */
InitPointerDeviceStruct(&pDev->public, map, nmap,
- GetMotionHistory,
xnestChangePointerControl,
GetMotionHistorySize(), 2);
break;