From: Bert Vermeulen Date: Sun, 30 Jan 2011 20:57:45 +0000 (+0100) Subject: remove dead code X-Git-Tag: libsigrok-0.1.0~360 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=a59606dfff0fa324e0003904a8eb72d7159c3c1f;p=libsigrok.git remove dead code --- diff --git a/sigrok.h b/sigrok.h index 01a3966b..46a99458 100644 --- a/sigrok.h +++ b/sigrok.h @@ -331,13 +331,6 @@ struct sr_device_plugin { void (*stop_acquisition) (int device_index, gpointer session_device_id); }; -struct gsource_fd { - GSource source; - GPollFD gpfd; - /* Not really using this */ - GSource *timeout_source; -}; - struct session { /* List of struct sr_device* */ GSList *devices;