network: Remove unused method
This commit is contained in:
parent
eb0bac874c
commit
7ea59681e9
2 changed files with 0 additions and 10 deletions
|
@ -863,15 +863,6 @@ net_connection_editor_forget (NetConnectionEditor *self)
|
|||
NULL, forgotten_cb, self);
|
||||
}
|
||||
|
||||
void
|
||||
net_connection_editor_reset (NetConnectionEditor *self)
|
||||
{
|
||||
g_autoptr(GVariant) settings = NULL;
|
||||
|
||||
settings = nm_connection_to_dbus (self->orig_connection, NM_CONNECTION_SERIALIZE_ALL);
|
||||
nm_connection_replace_settings (self->connection, settings, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
net_connection_editor_set_title (NetConnectionEditor *self,
|
||||
const gchar *title)
|
||||
|
|
|
@ -37,7 +37,6 @@ void net_connection_editor_set_title (NetConnectionEditor *edit
|
|||
const gchar *title);
|
||||
void net_connection_editor_run (NetConnectionEditor *editor);
|
||||
void net_connection_editor_forget (NetConnectionEditor *editor);
|
||||
void net_connection_editor_reset (NetConnectionEditor *editor);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue