From a4e9ca6fd0800d3b850f41198bd8049f5a9607de Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 18 May 2018 19:50:16 +0200 Subject: srd_*inst_find_by_obj(): Move functions, make them static. These functions are only used in type_decoder.c. Move them there and make them static. --- libsigrokdecode-internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libsigrokdecode-internal.h') diff --git a/libsigrokdecode-internal.h b/libsigrokdecode-internal.h index f1f8e18..1d0931e 100644 --- a/libsigrokdecode-internal.h +++ b/libsigrokdecode-internal.h @@ -74,8 +74,6 @@ SRD_PRIV struct srd_pd_callback *srd_pd_output_callback_find(struct srd_session int output_type); /* instance.c */ -SRD_PRIV struct srd_decoder_inst *srd_inst_find_by_obj( const GSList *stack, - const PyObject *obj); SRD_PRIV int srd_inst_start(struct srd_decoder_inst *di); SRD_PRIV void match_array_free(struct srd_decoder_inst *di); SRD_PRIV void condition_list_free(struct srd_decoder_inst *di); -- cgit v1.2.3-70-g09d2