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:
@@ -171,7 +171,6 @@ const char *
|
|||||||
nm_connection_need_secrets (NMConnection *connection)
|
nm_connection_need_secrets (NMConnection *connection)
|
||||||
{
|
{
|
||||||
NMConnectionPrivate *priv;
|
NMConnectionPrivate *priv;
|
||||||
NMSettingConnection *s_connection;
|
|
||||||
NeedSecretsInfo info = { NULL, NULL };
|
NeedSecretsInfo info = { NULL, NULL };
|
||||||
|
|
||||||
g_return_val_if_fail (NM_IS_CONNECTION (connection), NULL);
|
g_return_val_if_fail (NM_IS_CONNECTION (connection), NULL);
|
||||||
|
@@ -53,8 +53,6 @@ typedef struct
|
|||||||
NMSupplicantConfig *
|
NMSupplicantConfig *
|
||||||
nm_supplicant_config_new (void)
|
nm_supplicant_config_new (void)
|
||||||
{
|
{
|
||||||
NMSupplicantConfig * scfg;
|
|
||||||
|
|
||||||
return g_object_new (NM_TYPE_SUPPLICANT_CONFIG, NULL);
|
return g_object_new (NM_TYPE_SUPPLICANT_CONFIG, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user