stk: Remove deprecated structure

This commit is contained in:
Philippe Nunes 2011-06-29 14:59:54 +02:00 committed by Denis Kenzior
parent 6a2847f7ab
commit 00bd7f8735
1 changed files with 0 additions and 8 deletions

View File

@ -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;