diff --git a/hw/xfree86/common/xf86MiscExt.c b/hw/xfree86/common/xf86MiscExt.c index 375226a83..652428489 100644 --- a/hw/xfree86/common/xf86MiscExt.c +++ b/hw/xfree86/common/xf86MiscExt.c @@ -247,7 +247,6 @@ _X_EXPORT Bool MiscExtSetMouseDevice(pointer mouse, char* device) { mseParamsPtr mse = mouse; - mse->device = device; return TRUE; @@ -256,9 +255,6 @@ MiscExtSetMouseDevice(pointer mouse, char* device) _X_EXPORT Bool MiscExtGetKbdSettings(pointer *kbd) { - kbdParamsPtr kbdptr; - InputInfoPtr pInfo; - DEBUG_P("MiscExtGetKbdSettings"); return FALSE;