mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused variable
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8455b4b35c
commit
3da8797e71
1 changed files with 0 additions and 1 deletions
|
@ -700,7 +700,6 @@ static void event_cb(dc_device_t *device, dc_event_type_t event, const void *dat
|
||||||
const dc_event_vendor_t *vendor = data;
|
const dc_event_vendor_t *vendor = data;
|
||||||
device_data_t *devdata = userdata;
|
device_data_t *devdata = userdata;
|
||||||
unsigned int serial;
|
unsigned int serial;
|
||||||
char buffer[16];
|
|
||||||
|
|
||||||
switch (event) {
|
switch (event) {
|
||||||
case DC_EVENT_WAITING:
|
case DC_EVENT_WAITING:
|
||||||
|
|
Loading…
Add table
Reference in a new issue