From 40ea311602eca55aa1a73ff14b25a574ee751d34 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 7 Nov 2008 03:05:56 +0000 Subject: [PATCH] Remove old shared stuff that isn't implemented git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4274 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- libnm-glib/nm-active-connection.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libnm-glib/nm-active-connection.h b/libnm-glib/nm-active-connection.h index 948c407b5..d03610e31 100644 --- a/libnm-glib/nm-active-connection.h +++ b/libnm-glib/nm-active-connection.h @@ -19,8 +19,6 @@ G_BEGIN_DECLS #define NM_ACTIVE_CONNECTION_SERVICE_NAME "service-name" #define NM_ACTIVE_CONNECTION_CONNECTION "connection" #define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT "specific-object" -#define NM_ACTIVE_CONNECTION_SHARED_SERVICE_NAME "shared-service-name" -#define NM_ACTIVE_CONNECTION_SHARED_CONNECTION "shared-connection" #define NM_ACTIVE_CONNECTION_DEVICES "devices" #define NM_ACTIVE_CONNECTION_STATE "state" #define NM_ACTIVE_CONNECTION_DEFAULT "default" @@ -41,8 +39,6 @@ const char * nm_active_connection_get_service_name (NMActiveConnection *c NMConnectionScope nm_active_connection_get_scope (NMActiveConnection *connection); const char * nm_active_connection_get_connection (NMActiveConnection *connection); const char * nm_active_connection_get_specific_object (NMActiveConnection *connection); -const char * nm_active_connection_get_shared_service_name (NMActiveConnection *connection); -const char * nm_active_connection_get_shared_connection (NMActiveConnection *connection); const GPtrArray *nm_active_connection_get_devices (NMActiveConnection *connection); NMActiveConnectionState nm_active_connection_get_state (NMActiveConnection *connection); gboolean nm_active_connection_get_default (NMActiveConnection *connection);