mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 16:30:05 +01:00
dmx: Silence unused variable warning in dmxcompat
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit a55e0bc56f)
This commit is contained in:
parent
1f5afbba45
commit
bb9bdb2132
1 changed files with 0 additions and 2 deletions
|
|
@ -123,7 +123,6 @@ dmxVDLRead(const char *filename)
|
|||
DMXConfigSubPtr sub = NULL;
|
||||
DMXConfigDisplayPtr display = NULL;
|
||||
DMXConfigFullDimPtr fdim = NULL;
|
||||
int vcount = 0;
|
||||
int dcount = 0;
|
||||
int icount = 0;
|
||||
int x, y, xoff, yoff, xorig, yorig;
|
||||
|
|
@ -167,7 +166,6 @@ dmxVDLRead(const char *filename)
|
|||
state = virtualCount;
|
||||
break;
|
||||
case virtualCount:
|
||||
vcount = dmxVDLCount(buf);
|
||||
state = virtualEntry;
|
||||
break;
|
||||
case virtualEntry:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue