diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common.h b/src/common.h index 6c2aeb2f..267bc730 100644 --- a/src/common.h +++ b/src/common.h @@ -50,13 +50,6 @@ enum network_registration_status { }; /* 27.007 Section 7.6 */ -enum clip_status { - CLIP_STATUS_NOT_PROVISIONED = 0, - CLIP_STATUS_PROVISIONED, - CLIP_STATUS_UNKNOWN -}; - -/* 27.007 Section 7.6 */ enum clip_validity { CLIP_VALIDITY_VALID = 0, CLIP_VALIDITY_WITHHELD = 1, |