From a55e0bc56fd8f9da8f066dc344af19535dd092ca Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 8 Dec 2015 16:00:19 -0500 Subject: [PATCH] dmx: Silence unused variable warning in dmxcompat Reviewed-by: Peter Hutterer Signed-off-by: Adam Jackson --- hw/dmx/config/dmxcompat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/dmx/config/dmxcompat.c b/hw/dmx/config/dmxcompat.c index 107991a96..6d31b5300 100644 --- a/hw/dmx/config/dmxcompat.c +++ b/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: