diff options
author | Søren Sandmann Pedersen <sandmann@gmail.com> | 2011-06-07 15:46:03 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@gmail.com> | 2011-06-07 15:46:03 -0400 |
commit | 25c3c64b48dc7bd272aad413865ec226b3c74657 (patch) | |
tree | b12d3c359bd45ed6d6df3682bb9fadba95655d21 | |
parent | 3a0fba356f69e78df690b4727551f110321e6573 (diff) |
Remove unused EventList variablexspice.v4
-rw-r--r-- | src/spiceqxl_inputs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spiceqxl_inputs.c b/src/spiceqxl_inputs.c index ccc5b8c..16a2d90 100644 --- a/src/spiceqxl_inputs.c +++ b/src/spiceqxl_inputs.c @@ -233,7 +233,6 @@ static void tablet_buttons(SpiceTabletInstance *sin, { static uint32_t old_buttons_state = 0; int n; - EventList *eventq; int i; // For some reason spice switches the second and third button, undo that. |