From 2a615e44c84fe9bc1f2168be8d796cd82cda6036 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 14 Nov 2014 18:07:24 +0100 Subject: [PATCH] Remove unnecessary notifications upon GsweTimestamp creation --- src/gswe-timestamp.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/gswe-timestamp.c b/src/gswe-timestamp.c index c8d0a18..a98d3bb 100644 --- a/src/gswe-timestamp.c +++ b/src/gswe-timestamp.c @@ -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; }