dix: remove debug error message about XI->core type conversion.

This commit is contained in:
Peter Hutterer 2008-04-06 08:36:21 +09:30
parent 8f38feb3e4
commit 638a50552e

View File

@ -305,8 +305,6 @@ XItoCoreType(int xitype)
else if (xitype == DeviceKeyRelease)
coretype = KeyRelease;
if (coretype == 0)
ErrorF("[dix] Cannot convert type %d to core.\n", xitype);
return coretype;
}