xfree86/xf86misc: warning fixes

This commit is contained in:
Daniel Stone 2006-11-04 21:21:29 +02:00 committed by Daniel Stone
parent 61b570d0c1
commit 844090a5b5

View File

@ -247,7 +247,6 @@ _X_EXPORT Bool
MiscExtSetMouseDevice(pointer mouse, char* device) MiscExtSetMouseDevice(pointer mouse, char* device)
{ {
mseParamsPtr mse = mouse; mseParamsPtr mse = mouse;
mse->device = device; mse->device = device;
return TRUE; return TRUE;
@ -256,9 +255,6 @@ MiscExtSetMouseDevice(pointer mouse, char* device)
_X_EXPORT Bool _X_EXPORT Bool
MiscExtGetKbdSettings(pointer *kbd) MiscExtGetKbdSettings(pointer *kbd)
{ {
kbdParamsPtr kbdptr;
InputInfoPtr pInfo;
DEBUG_P("MiscExtGetKbdSettings"); DEBUG_P("MiscExtGetKbdSettings");
return FALSE; return FALSE;