Get rid of unused enum

This commit is contained in:
Denis Kenzior 2009-08-17 15:33:50 -05:00
parent 95573a4d8d
commit 72182c2e8f
1 changed files with 0 additions and 9 deletions

View File

@ -80,15 +80,6 @@ enum bearer_class {
BEARER_CLASS_PAD = 128
};
enum own_number_service_type {
OWN_NUMBER_SERVICE_TYPE_ASYNC = 0,
OWN_NUMBER_SERVICE_TYPE_SYNC = 1,
OWN_NUMBER_SERVICE_TYPE_PAD = 2,
OWN_NUMBER_SERVICE_TYPE_PACKET = 3,
OWN_NUMBER_SERVICE_TYPE_VOICE = 4,
OWN_NUMBER_SERVICE_TYPE_FAX = 5
};
/* 22.030 Section 6.5.2 */
enum ss_control_type {
SS_CONTROL_TYPE_ACTIVATION,