stk: Remove deprecated structure
authorPhilippe Nunes <philippe.nunes@linux.intel.com>
Wed, 29 Jun 2011 12:59:54 +0000 (14:59 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 29 Jun 2011 05:02:43 +0000 (00:02 -0500)
src/stkutil.h

index bc795d4..f2e8668 100644 (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;