summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-17 15:31:17 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-17 15:31:17 -0500
commit29c122a9a9e8060d3c5861cc5df7805015cd92b8 (patch)
tree858f28486c8c7d85ac3ed4babebcea29b79cfefb /src/common.h
parentf989e7844d6fdca1e4749571501d1c30550604ec (diff)
downloadofono-29c122a9a9e8060d3c5861cc5df7805015cd92b8.tar.bz2
Move colp-status enum out of common.h
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common.h b/src/common.h
index 267bc730..990553a1 100644
--- a/src/common.h
+++ b/src/common.h
@@ -56,13 +56,6 @@ enum clip_validity {
CLIP_VALIDITY_NOT_AVAILABLE = 2
};
-/* 27.007 Section 7.8 */
-enum colp_status {
- COLP_STATUS_NOT_PROVISIONED = 0,
- COLP_STATUS_PROVISIONED = 1,
- COLP_STATUS_UNKNOWN = 2
-};
-
/* This is not defined in 27.007, but presumably the same as CLIP/COLP */
enum colr_status {
COLR_STATUS_NOT_PROVISIONED = 0,