aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/timezone.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/timezone.c b/src/timezone.c
index 9e671ed..546a3e3 100644
--- a/src/timezone.c
+++ b/src/timezone.c
@@ -30,7 +30,7 @@ enum
PROP_LAST
};
-static GParamSpec * properties[PROP_LAST] = { 0 };
+static GParamSpec * properties[PROP_LAST] = { 0, };
static void
my_get_property (GObject * o,
@@ -70,8 +70,6 @@ indicator_datetime_timezone_class_init (IndicatorDatetimeTimezoneClass * klass)
klass->get_timezone = NULL;
- properties[PROP_0] = NULL;
-
properties[PROP_TIMEZONE] = g_param_spec_string ("timezone",
"Timezone",
"Timezone",