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:
Anton Lundin 2014-12-30 00:25:58 +01:00 committed by Dirk Hohndel
parent 8455b4b35c
commit 3da8797e71

View file

@ -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: