aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-view-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-view-factory.c')
-rw-r--r--calendar/gui/calendar-view-factory.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/calendar-view-factory.c b/calendar/gui/calendar-view-factory.c
index 4c3f83572d..f8d2d92ce3 100644
--- a/calendar/gui/calendar-view-factory.c
+++ b/calendar/gui/calendar-view-factory.c
@@ -173,8 +173,6 @@ calendar_view_factory_new_view (GalViewFactory *factory, const char *name)
priv = cal_view_factory->priv;
cal_view = calendar_view_new (priv->view_type, name);
- gal_view_set_built_in (GAL_VIEW (cal_view), TRUE);
-
return GAL_VIEW (cal_view);
}