--- a/src/evdev.c	2008-06-23 08:40:50.000000000 -0400
+++ b/src/evdev.c	2008-06-23 08:42:00.000000000 -0400
@@ -233,10 +233,6 @@ EvdevSwitchMode (ClientPtr client, Devic
 	    else
 		return !Success;
 	    break;
-	case SendCoreEvents:
-	case DontSendCoreEvents:
-	    xf86XInputSetSendCoreEvents (pInfo, (mode == SendCoreEvents));
-	    break;
 	default:
 	    return !Success;
     }
@@ -263,7 +259,6 @@ EvdevNew(evdevDriverPtr driver, evdevDev
     pInfo->device_control = EvdevProc;
     pInfo->read_input = EvdevReadInput;
     pInfo->switch_mode = EvdevSwitchMode;
-    pInfo->motion_history_proc = xf86GetMotionEvents;
     pInfo->conf_idev = driver->dev;
 
     pInfo->private = device;