mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-05 08:50:35 +01:00
xfree86: remove unused variable sigstate
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
e7cd5cce74
commit
760be785eb
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ static void
|
|||
xf86ReleaseKeys(DeviceIntPtr pDev)
|
||||
{
|
||||
KeyClassPtr keyc;
|
||||
int i, sigstate;
|
||||
int i;
|
||||
|
||||
if (!pDev || !pDev->key)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue