summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-17 15:31:46 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-17 15:31:46 -0500
commit00f606b3e855c2de50e69f05fe0e3daee9a41d6d (patch)
tree9a7e010b84539ed84ad41cb91bb3eb6247b70106 /src/common.h
parent29c122a9a9e8060d3c5861cc5df7805015cd92b8 (diff)
downloadofono-00f606b3e855c2de50e69f05fe0e3daee9a41d6d.tar.bz2
Move colr-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 990553a1..0df44e0b 100644
--- a/src/common.h
+++ b/src/common.h
@@ -56,13 +56,6 @@ enum clip_validity {
CLIP_VALIDITY_NOT_AVAILABLE = 2
};
-/* This is not defined in 27.007, but presumably the same as CLIP/COLP */
-enum colr_status {
- COLR_STATUS_NOT_PROVISIONED = 0,
- COLR_STATUS_PROVISIONED = 1,
- COLR_STATUS_UNKNOWN = 2
-};
-
/* 27.007 Section 7.18 */
enum call_status {
CALL_STATUS_ACTIVE = 0,