From: Philippe Nunes Date: Wed, 29 Jun 2011 12:59:54 +0000 (+0200) Subject: stk: Remove deprecated structure X-Git-Tag: 0.51~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00bd7f8735d05e7965704b0679518c274a71e5bb;p=platform%2Fupstream%2Fofono.git stk: Remove deprecated structure --- diff --git a/src/stkutil.h b/src/stkutil.h index bc795d4..f2e8668 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;