doc: generate-setings-spec: don't need to init dbus-glib

This commit is contained in:
Dan Williams 2009-11-13 11:53:23 -08:00
parent 16c18a0c8f
commit 9253d1bc16

View file

@ -156,7 +156,6 @@ int
main (int argc, char *argv[])
{
GError *error = NULL;
DBusGConnection *bus;
FILE *f;
int w;
SettingNewFunc *fptr;
@ -167,7 +166,6 @@ main (int argc, char *argv[])
}
g_type_init ();
bus = dbus_g_bus_get (DBUS_BUS_SESSION, NULL);
if (!nm_utils_init (&error)) {
fprintf (stderr, "ERR: failed to initialize libnm-util: %s", error->message);