2008-03-13 Dan Williams <dcbw@redhat.com>

* NetworkManagerUtils.c
	  NetworkManagerUtils.h
		- Remove NMSock stuff
		- Remove the completion stuff

	* nm-device.c
	  nm-device.h
	  NetworkManager.c
	  NetworkManagerSystem.c
	  autoip.c
	  nm-device-802-11-wireless.c
	  nm-device-802-3-ethernet.c
		- Remove NMSock and completion stuff
		- Remove nm_ioctl_info()



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3448 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2008-03-13 19:31:08 +00:00
parent de4d3703ce
commit 6cfaab9c0c
10 changed files with 232 additions and 597 deletions

View File

@@ -353,8 +353,6 @@ main (int argc, char *argv[])
g_main_loop_run (main_loop);
done:
nm_print_open_socks ();
if (vpn_manager)
g_object_unref (vpn_manager);