remove dead code

This commit is contained in:
Bert Vermeulen 2011-01-30 21:57:45 +01:00
parent 9f4bc44e3a
commit a59606dfff
1 changed files with 0 additions and 7 deletions

View File

@ -331,13 +331,6 @@ struct sr_device_plugin {
void (*stop_acquisition) (int device_index, gpointer session_device_id); 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 { struct session {
/* List of struct sr_device* */ /* List of struct sr_device* */
GSList *devices; GSList *devices;