diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-memo-table.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c index c71c22c233..092ea379f2 100644 --- a/calendar/gui/e-memo-table.c +++ b/calendar/gui/e-memo-table.c @@ -400,10 +400,6 @@ memo_table_constructed (GObject *object) cell = e_table_extras_get_cell (extras, "date"); e_cell_date_set_format_component (E_CELL_DATE (cell), "calendar"); - /* set proper format component for a default 'date' cell renderer */ - cell = e_table_extras_get_cell (extras, "date"); - e_cell_date_set_format_component (E_CELL_DATE (cell), "calendar"); - /* Construct the table */ etspecfile = g_build_filename ( |