network: Remove unused method

This commit is contained in:
Robert Ancell 2019-11-06 21:48:41 +13:00
parent eb0bac874c
commit 7ea59681e9
2 changed files with 0 additions and 10 deletions

View file

@ -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