Remove unnecessary notifications upon GsweTimestamp creation

This commit is contained in:
Gergely Polonkai 2014-11-14 18:07:24 +01:00
parent e850018d62
commit 2a615e44c8
1 changed files with 0 additions and 8 deletions

View File

@ -1687,14 +1687,6 @@ gswe_timestamp_new_from_gregorian_full(
NULL));
timestamp->priv->valid_dates = VALID_GREGORIAN;
g_object_notify_by_pspec(
G_OBJECT(timestamp),
gswe_timestamp_props[PROP_GREGORIAN_VALID]
);
g_object_notify_by_pspec(
G_OBJECT(timestamp),
gswe_timestamp_props[PROP_JULIAN_DAY_VALID]
);
return timestamp;
}