summaryrefslogtreecommitdiffstats
path: root/src/stkagent.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-08-04 14:46:47 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-08-04 14:47:38 -0500
commit9b284c7c3572b4bd489b804b36ecf50c89f56c82 (patch)
treec7318064c7d6f668d7c87cea3667c81e29dfd848 /src/stkagent.h
parent7241a0e314222dda49668669f79bfd8e7fcadfed (diff)
downloadofono-9b284c7c3572b4bd489b804b36ecf50c89f56c82.tar.bz2
stk: Rip out the HELP stuff for now
We're not supporting it in the current API and doing so is actually very painful.
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 3faabe7b..70f1f885 100644
--- a/src/stkagent.h
+++ b/src/stkagent.h
@@ -25,7 +25,6 @@ enum stk_agent_result {
STK_AGENT_RESULT_OK,
STK_AGENT_RESULT_BACK,
STK_AGENT_RESULT_TERMINATE,
- STK_AGENT_RESULT_HELP,
STK_AGENT_RESULT_TIMEOUT,
};