diff options
author | Jamey Sharp <jamey@minilop.net> | 2010-05-25 15:17:30 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2010-05-26 11:16:51 -0700 |
commit | c97a3ade5a8718b063292c73a31aac2196fe2452 (patch) | |
tree | 6c650dbd1ca2410bada644f5aec58f59d01f6cf1 /hw/dmx/input | |
parent | 3c3d099fc10c63d746f90c08043d45180d6a7226 (diff) |
dmx: Delete unused local variables.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/dmx/input')
-rw-r--r-- | hw/dmx/input/dmxinputinit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/dmx/input/dmxinputinit.c b/hw/dmx/input/dmxinputinit.c index 9da4aba8b..5943e9248 100644 --- a/hw/dmx/input/dmxinputinit.c +++ b/hw/dmx/input/dmxinputinit.c @@ -839,7 +839,6 @@ static void dmxInputScanForExtensions(DMXInputInfo *dmxInput, int doXI) Display *display; int num; int i, j; - DMXLocalInputInfoPtr dmxLocal; int (*handler)(Display *, char *, char *); if (!(display = XOpenDisplay(dmxInput->name))) return; |