libnm-glib: remove NMSettingsInterface

NMSettingsInterface was created to allow code to operate on a settings
service without caring about what kind of settings service it was. Now
that we have just one settings service, this is no longer needed.

More work needs to be done in order to handle errors and permission
settings in an appropriate manner.
This commit is contained in:
Daniel Gnoutcheff
2010-08-03 13:23:30 -04:00
parent aee48901f4
commit c2f4b10ab5
18 changed files with 417 additions and 709 deletions

View File

@@ -35,7 +35,6 @@
#include <nm-client.h>
#include <nm-setting-connection.h>
#include <nm-remote-settings.h>
#include <nm-settings-interface.h>
#include <nm-settings-connection-interface.h>
#include "nmcli.h"