summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-08 08:26:48 +0100
committerThomas Haller <thaller@redhat.com>2017-03-16 18:27:33 +0100
commit3973f8ebcd8f439eee6cb816d5bd6742e8ac5a85 (patch)
treee68ff08d7dd08ba6c3a51ee7f7e742a54a166890 /src/nm-active-connection.h
parent8a31e66d2cffbedb2efa39d7e6d38d1dfe51cb61 (diff)
downloadNetworkManager-3973f8ebcd8f439eee6cb816d5bd6742e8ac5a85.tar.gz
active-connection: use activation-type for active connection instead of assumed flag
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index 0c2e2358d5..d99a959e90 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -159,9 +159,6 @@ void nm_active_connection_set_master (NMActiveConnection *self,
void nm_active_connection_set_parent (NMActiveConnection *self,
NMActiveConnection *parent);
-void nm_active_connection_set_assumed (NMActiveConnection *self,
- gboolean assumed);
-
gboolean nm_active_connection_get_assumed (NMActiveConnection *self);
NMActivationType nm_active_connection_get_activation_type (NMActiveConnection *self);