From 078ff3370d6820800accb8c2f9c69285796cf99b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 6 Jul 2014 00:48:20 +0200 Subject: [PATCH] Remove gswe_init() call from GsweTimestamp initializers That call is unnecessary for time related functions. --- src/gswe-timestamp.c | 2 -- 1 file changed, 2 deletions(-) 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,