diff options
Diffstat (limited to 'xserver/hw/dmx/config/dmxcompat.c')
-rw-r--r-- | xserver/hw/dmx/config/dmxcompat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xserver/hw/dmx/config/dmxcompat.c b/xserver/hw/dmx/config/dmxcompat.c index 107991a96..6d31b5300 100644 --- a/xserver/hw/dmx/config/dmxcompat.c +++ b/xserver/hw/dmx/config/dmxcompat.c @@ -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: |