Remove unneeded gswe_planet_data_ref() call

This commit is contained in:
Gergely Polonkai 2014-03-29 14:44:17 +01:00
parent a320abc71e
commit 0326770d73
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ gswe_moment_add_planet(GsweMoment *moment, GswePlanet planet, GError **err)
planet_data->planet_info = gswe_planet_info_ref(planet_info);
planet_data->revision = 0;
moment->priv->planet_list = g_list_append(moment->priv->planet_list, gswe_planet_data_ref(planet_data));
moment->priv->planet_list = g_list_append(moment->priv->planet_list, planet_data);
}
static void