summaryrefslogtreecommitdiff
path: root/src/stkagent.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-07-30 12:18:31 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-07-30 17:19:56 -0500
commitc2cf3748575abdaf49193a6b5d7641fef593e9bf (patch)
treedae993da49c3791514474c423569bb4a5810602b /src/stkagent.h
parentcf249c9fd715373edb609d39f30e5c8442309650 (diff)
downloadofono-c2cf3748575abdaf49193a6b5d7641fef593e9bf.tar.gz
stk: Get rid of cancel result
And also rework how immediate response display text gets handled.
Diffstat (limited to 'src/stkagent.h')
-rw-r--r--src/stkagent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stkagent.h b/src/stkagent.h
index e037fba0..f2f27e65 100644
--- a/src/stkagent.h
+++ b/src/stkagent.h
@@ -27,7 +27,6 @@ enum stk_agent_result {
STK_AGENT_RESULT_TERMINATE,
STK_AGENT_RESULT_HELP,
STK_AGENT_RESULT_TIMEOUT,
- STK_AGENT_RESULT_CANCEL,
};
struct stk_menu_item {