diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-20 20:17:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-20 20:17:59 +0800 |
commit | d9dcd9d667bcf08b274dd9752bdfeb0642e696b6 (patch) | |
tree | 62a6d592c525390fc5f94fda7019d606ab327ec1 /calendar/gui | |
parent | f7e7fe3b99c47fefb2fb3cc4350ace5eb77a8b5f (diff) | |
download | gsoc2013-evolution-d9dcd9d667bcf08b274dd9752bdfeb0642e696b6.tar.gz gsoc2013-evolution-d9dcd9d667bcf08b274dd9752bdfeb0642e696b6.tar.zst gsoc2013-evolution-d9dcd9d667bcf08b274dd9752bdfeb0642e696b6.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/gnome-cal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 670512bb43..d1cc397709 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1043,7 +1043,6 @@ struct _date_query_msg { GnomeCalendar *gcal; }; - static void free_dn_queries (GnomeCalendar *gcal) { @@ -1491,7 +1490,6 @@ gnome_calendar_do_dispose (GObject *object) gcal = GNOME_CALENDAR (object); priv = gcal->priv; - if (priv->shell_settings != NULL) { g_object_unref (priv->shell_settings); priv->shell_settings = NULL; |