]> sigrok.org Git - libsigrok.git/commitdiff
lecroy-xstream: Drop prototypes for non-existing functions.
authorUwe Hermann <redacted>
Thu, 2 Mar 2017 19:20:19 +0000 (20:20 +0100)
committerUwe Hermann <redacted>
Thu, 2 Mar 2017 20:22:10 +0000 (21:22 +0100)
src/hardware/lecroy-xstream/protocol.c
src/hardware/lecroy-xstream/protocol.h

index 61a385c33b28f746efeabd0d8a54e808ebf016b5..b4fae5bfc93aca32364be74e16e94384b65a16ce 100644 (file)
 #include "scpi.h"
 #include "protocol.h"
 
-SR_PRIV void lecroy_queue_logic_data(struct dev_context *devc,
-                                 size_t group, GByteArray *pod_data);
-SR_PRIV void lecroy_send_logic_packet(struct sr_dev_inst *sdi,
-                                  struct dev_context *devc);
-SR_PRIV void lecroy_cleanup_logic_data(struct dev_context *devc);
-
 struct lecroy_wavedesc_2_x {
        uint16_t comm_type;
        uint16_t comm_order; /* 1 - little endian */
index 135368436a543e25c022f1daaa15a3a361cb0ef0..3cec92981e74e84b7caea49ad94d132b03613b93 100644 (file)
@@ -100,7 +100,6 @@ SR_PRIV int lecroy_xstream_init_device(struct sr_dev_inst *sdi);
 SR_PRIV int lecroy_xstream_request_data(const struct sr_dev_inst *sdi);
 SR_PRIV int lecroy_xstream_receive_data(int fd, int revents, void *cb_data);
 
-SR_PRIV struct scope_state *lecroy_xstream_state_new(struct scope_config *config);
 SR_PRIV void lecroy_xstream_state_free(struct scope_state *state);
 SR_PRIV int lecroy_xstream_state_get(struct sr_dev_inst *sdi);
 SR_PRIV int lecroy_xstream_update_sample_rate(const struct sr_dev_inst *sdi);