summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorPhilippe Nunes <philippe.nunes@linux.intel.com>2011-06-29 14:59:54 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-06-29 00:02:43 -0500
commit00bd7f8735d05e7965704b0679518c274a71e5bb (patch)
tree7eaf07ce314507fea4382b360854be28c33cd95d /src/stkutil.h
parent6a2847f7aba5d84b06940ee29300d4b6fd31d682 (diff)
downloadofono-00bd7f8735d05e7965704b0679518c274a71e5bb.tar.bz2
stk: Remove deprecated structure
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h8
1 files changed, 0 insertions, 8 deletions
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;