Fix build warnings

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2851 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-09-22 03:23:28 +00:00
parent 970bffc4bb
commit 93b6fcea47
2 changed files with 0 additions and 3 deletions

View file

@ -171,7 +171,6 @@ const char *
nm_connection_need_secrets (NMConnection *connection)
{
NMConnectionPrivate *priv;
NMSettingConnection *s_connection;
NeedSecretsInfo info = { NULL, NULL };
g_return_val_if_fail (NM_IS_CONNECTION (connection), NULL);

View file

@ -53,8 +53,6 @@ typedef struct
NMSupplicantConfig *
nm_supplicant_config_new (void)
{
NMSupplicantConfig * scfg;
return g_object_new (NM_TYPE_SUPPLICANT_CONFIG, NULL);
}