From 4717227603a1bf57e8bee52ac87efc7ec59a59b9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sun, 29 Nov 2015 17:04:28 -0600 Subject: gril: Remove g_ril_reply_parse_sim_io & related --- gril/grilreply.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'gril/grilreply.h') diff --git a/gril/grilreply.h b/gril/grilreply.h index 338ee225..bb7ab147 100644 --- a/gril/grilreply.h +++ b/gril/grilreply.h @@ -44,13 +44,6 @@ struct reply_data_reg_state { unsigned int max_cids; }; -struct reply_sim_io { - int sw1; - int sw2; - int hex_len; - unsigned char *hex_response; -}; - #define MAX_UICC_APPS 16 struct reply_sim_app { @@ -79,11 +72,6 @@ struct reply_oem_hook { void *data; }; -void g_ril_reply_free_sim_io(struct reply_sim_io *reply); - -struct reply_sim_io *g_ril_reply_parse_sim_io(GRil *gril, - const struct ril_msg *message); - struct reply_reg_state *g_ril_reply_parse_voice_reg_state(GRil *gril, const struct ril_msg *message); struct reply_data_reg_state *g_ril_reply_parse_data_reg_state(GRil *gril, -- cgit v1.2.3