diff options
author | Jeevaka Badrappan <jeevaka.badrappan@elektrobit.com> | 2011-01-26 14:17:52 -0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-01-26 16:38:15 -0600 |
commit | 12c3cf6969714b2eca242c4616db23121ad8673a (patch) | |
tree | 46bed1ab70fd01b187537ce9567b5c2bb7374777 /include | |
parent | 0be9e23a90e5862d7a006614129ac05f777c2838 (diff) | |
download | ofono-12c3cf6969714b2eca242c4616db23121ad8673a.tar.bz2 |
voicecall: remove ofono_cug_option
Diffstat (limited to 'include')
-rw-r--r-- | include/types.h | 6 | ||||
-rw-r--r-- | include/voicecall.h | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/include/types.h b/include/types.h index 71d09886..0faff54e 100644 --- a/include/types.h +++ b/include/types.h @@ -49,12 +49,6 @@ enum ofono_clir_option { OFONO_CLIR_OPTION_SUPPRESSION }; -/* 27.007 Section 6.2 */ -enum ofono_cug_option { - OFONO_CUG_OPTION_DEFAULT = 0, - OFONO_CUG_OPTION_INVOCATION = 1, -}; - enum ofono_error_type { OFONO_ERROR_TYPE_NO_ERROR = 0, OFONO_ERROR_TYPE_CME, diff --git a/include/voicecall.h b/include/voicecall.h index f3c2bf49..f00eb080 100644 --- a/include/voicecall.h +++ b/include/voicecall.h @@ -63,8 +63,8 @@ struct ofono_voicecall_driver { */ void (*dial)(struct ofono_voicecall *vc, const struct ofono_phone_number *number, - enum ofono_clir_option clir, enum ofono_cug_option cug, - ofono_voicecall_cb_t cb, void *data); + enum ofono_clir_option clir, ofono_voicecall_cb_t cb, + void *data); /* Answers an incoming call, this usually corresponds to ATA */ void (*answer)(struct ofono_voicecall *vc, ofono_voicecall_cb_t cb, void *data); |