mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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;
|
||||
device_data_t *devdata = userdata;
|
||||
unsigned int serial;
|
||||
char buffer[16];
|
||||
|
||||
switch (event) {
|
||||
case DC_EVENT_WAITING:
|
||||
|
|
Loading…
Reference in a new issue