mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 16:55:56 +00:00
dix: silence "unused variable" compiler warning.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user