mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 08:40:07 +01:00
dix: silence "unused variable" compiler warning.
This commit is contained in:
parent
0b4b683f3e
commit
decec14219
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue