From f8933c6d5055baea9eaf59f59446177f9ff9f775 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 16 Jun 2011 09:44:53 +0200 Subject: service: Remove Service.Mode The only source for the cellular mode update was removed in a474ef1be8b76167b9d0ef8a9eb6fe24cc5eacc5". The WiFi plugin will not support adhoc mode. So this property is completly unused. --- include/service.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/service.h b/include/service.h index 91c14bf4..36c86584 100644 --- a/include/service.h +++ b/include/service.h @@ -47,15 +47,6 @@ enum connman_service_type { CONNMAN_SERVICE_TYPE_GADGET = 9, }; -enum connman_service_mode { - CONNMAN_SERVICE_MODE_UNKNOWN = 0, - CONNMAN_SERVICE_MODE_MANAGED = 1, - CONNMAN_SERVICE_MODE_ADHOC = 2, - CONNMAN_SERVICE_MODE_GPRS = 3, - CONNMAN_SERVICE_MODE_EDGE = 4, - CONNMAN_SERVICE_MODE_UMTS = 5, -}; - enum connman_service_security { CONNMAN_SERVICE_SECURITY_UNKNOWN = 0, CONNMAN_SERVICE_SECURITY_NONE = 1, -- cgit v1.2.3