Warning fixes

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2994 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-10-22 03:29:54 +00:00
parent f0ecd6be34
commit e55072d9bb
2 changed files with 0 additions and 4 deletions

View file

@ -976,7 +976,6 @@ nm_device_802_11_wireless_get_mode (NMDevice80211Wireless *self)
nm_dev_sock_close (sk);
}
out:
return mode;
}
@ -1637,7 +1636,6 @@ static void
merge_scanned_ap (NMDevice80211Wireless *self,
NMAccessPoint *merge_ap)
{
GSList * elt;
NMAccessPoint * found_ap = NULL;
const GByteArray *ssid;
@ -2727,7 +2725,6 @@ activation_success_handler (NMDevice *dev)
tmp_ap = get_active_ap (self, ap);
if (tmp_ap) {
NMActRequest *req = nm_device_get_act_request (NM_DEVICE (self));
GSList *elt;
/* Found a better match in the scan list than the fake AP. Use it
* instead.

View file

@ -1130,7 +1130,6 @@ add_network_cb (DBusGProxy *proxy, DBusGProxyCall *call_id, gpointer user_data)
g_error_free (err);
} else {
NMSupplicantInterfacePrivate *priv = NM_SUPPLICANT_INTERFACE_GET_PRIVATE (info->interface);
DBusGProxyCall *call;
GHashTable *blobs;
priv->net_proxy = dbus_g_proxy_new_for_name (nm_dbus_manager_get_connection (priv->dbus_mgr),