aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mm-port.c2
-rw-r--r--src/mm-port.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mm-port.c b/src/mm-port.c
index 54a4fa21..a1291d0b 100644
--- a/src/mm-port.c
+++ b/src/mm-port.c
@@ -68,8 +68,6 @@ mm_port_type_to_name (MMPortType ptype)
return "primary";
case MM_PORT_TYPE_SECONDARY:
return "secondary";
- case MM_PORT_TYPE_ECM:
- return "ECM";
case MM_PORT_TYPE_IGNORED:
return "ignored";
case MM_PORT_TYPE_QCDM:
diff --git a/src/mm-port.h b/src/mm-port.h
index e249affc..4bcffd49 100644
--- a/src/mm-port.h
+++ b/src/mm-port.h
@@ -32,7 +32,6 @@ typedef enum {
MM_PORT_TYPE_UNKNOWN = 0x0,
MM_PORT_TYPE_PRIMARY,
MM_PORT_TYPE_SECONDARY,
- MM_PORT_TYPE_ECM,
MM_PORT_TYPE_IGNORED,
MM_PORT_TYPE_QCDM,