dix: silence "unused variable" compiler warning.

This commit is contained in:
Peter Hutterer 2008-10-09 15:10:21 +10:30
parent 0b4b683f3e
commit decec14219

View File

@ -1121,7 +1121,6 @@ InitModMap(KeyClassPtr keyc)
_X_EXPORT Bool
InitKeyClassDeviceStruct(DeviceIntPtr dev, KeySymsPtr pKeySyms, CARD8 pModifiers[])
{
int i;
KeyClassPtr keyc;
keyc = xcalloc(1, sizeof(KeyClassRec));