remove obsolete libsigrokdecode struct
This commit is contained in:
parent
8ff6afc95d
commit
db4b455bee
|
@ -117,12 +117,6 @@ struct sr_datafeed_logic {
|
|||
void *data;
|
||||
};
|
||||
|
||||
struct sr_datafeed_pd {
|
||||
char *protocol;
|
||||
char *annotation;
|
||||
unsigned char *data;
|
||||
};
|
||||
|
||||
#if defined(HAVE_LA_ALSA)
|
||||
struct sr_analog_probe {
|
||||
uint8_t att;
|
||||
|
|
Loading…
Reference in New Issue