From f989e7844d6fdca1e4749571501d1c30550604ec Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 17 Aug 2009 15:30:34 -0500 Subject: Move clip-status enum out of common.h --- src/common.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 6c2aeb2f..267bc730 100644 --- a/src/common.h +++ b/src/common.h @@ -49,13 +49,6 @@ enum network_registration_status { NETWORK_REGISTRATION_STATUS_ROAMING = 5 }; -/* 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, -- cgit v1.2.3