summaryrefslogtreecommitdiffstats
path: root/include/stk.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-10-27 12:10:17 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-10-27 12:10:17 -0500
commit51aecde6cc886797b05ecc516047300fb0dab84c (patch)
tree2e3524560f427cc4e9b66947e748a0af01e2ac0e /include/stk.h
parent77c20d8a27407fcf9769004b232e127d116c9902 (diff)
downloadofono-51aecde6cc886797b05ecc516047300fb0dab84c.tar.bz2
stk: Remove ofono_stk_terminal_response_sent_notify
Not needed for now. We can always put this back in later if need be.
Diffstat (limited to 'include/stk.h')
-rw-r--r--include/stk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/stk.h b/include/stk.h
index 8f548d39..c276c84f 100644
--- a/include/stk.h
+++ b/include/stk.h
@@ -70,9 +70,6 @@ void ofono_stk_proactive_session_end_notify(struct ofono_stk *stk);
void ofono_stk_proactive_command_handled_notify(struct ofono_stk *stk,
int length,
const unsigned char *pdu);
-void ofono_stk_terminal_response_sent_notify(struct ofono_stk *stk,
- int length,
- const unsigned char *pdu);
#ifdef __cplusplus
}