From 00bd7f8735d05e7965704b0679518c274a71e5bb Mon Sep 17 00:00:00 2001 From: Philippe Nunes Date: Wed, 29 Jun 2011 14:59:54 +0200 Subject: stk: Remove deprecated structure --- src/stkutil.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/stkutil.h') diff --git a/src/stkutil.h b/src/stkutil.h index bc795d4b..f2e86681 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -1477,14 +1477,6 @@ struct stk_channel { enum stk_channel_status status; }; -struct stk_channel_data { - struct stk_common_byte_array data; - union { - unsigned short rx_remaining; - unsigned short tx_avail; - }; -}; - struct stk_response_get_inkey { struct stk_answer_text text; struct stk_duration duration; -- cgit v1.2.3