diff --git a/src/gswe-timestamp.c b/src/gswe-timestamp.c index adc51d7..9f255e5 100644 --- a/src/gswe-timestamp.c +++ b/src/gswe-timestamp.c @@ -1083,8 +1083,6 @@ gswe_timestamp_new_from_gregorian_full(gint year, gint month, gint day, gint hou { GsweTimestamp *timestamp; - gswe_init(); - timestamp = GSWE_TIMESTAMP(g_object_new(GSWE_TYPE_TIMESTAMP, "gregorian-year", year, "gregorian-month", month,