aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/dialogs/task-page.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c
index dc2e154b46..f3bdf10519 100644
--- a/calendar/gui/dialogs/task-page.c
+++ b/calendar/gui/dialogs/task-page.c
@@ -545,15 +545,6 @@ task_page_fill_component (CompEditorPage *page, ECalComponent *comp)
} else {
e_cal_component_set_dtstart (comp, NULL);
}
-
- if (start_date_set && due_date_set) {
- int i = 0;
- i = icaltime_compare (start_tt, due_tt);
- if (i == 1) {
- comp_editor_page_display_validation_error (page, _("Due date is wrong"), priv->due_date);
- return FALSE;
- }
- }
/* Classification. */
e_cal_component_set_classification (comp, classification_get (priv->classification));