From e897e7aa9fb18fc83d177acab1dd18e0284429a6 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 12 May 2013 20:45:21 -0500 Subject: minor documentation & #include cleanups to the timezone classes --- src/timezone-geoclue.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/timezone-geoclue.c') diff --git a/src/timezone-geoclue.c b/src/timezone-geoclue.c index 5271945..4c3c7d8 100644 --- a/src/timezone-geoclue.c +++ b/src/timezone-geoclue.c @@ -19,9 +19,6 @@ #include "config.h" -#include -#include - #include #include @@ -128,10 +125,6 @@ on_client_created (GeoclueMaster * master, g_warning ("%s Unable to get timezone from GeoClue: %s", G_STRFUNC, error->message); g_error_free (error); } - else if (client == NULL) - { - g_warning ("%s Unable to get timezone from GeoClue: %s", G_STRFUNC, error->message); - } else { IndicatorDatetimeTimezoneGeoclue * self = INDICATOR_DATETIME_TIMEZONE_GEOCLUE (gself); -- cgit v1.2.3