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)
{
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;