Fix lots of warnings all over the place, make inbound buffers of FMOUT const.
[citadel.git] / webcit / tasks.c
index a799794c6a8c71e5192309d0ece2ebdb91590b62..e0d5a55717bb97e2ef9689bf94caa00c21fef5cf 100644 (file)
@@ -179,12 +179,9 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum, ch
        icalcomponent *vtodo;
        icalproperty *p;
        struct icaltimetype IcalTime;
-       time_t now;
        int created_new_vtodo = 0;
        icalproperty_status todoStatus;
 
-       now = time(NULL);
-
        if (supplied_vtodo != NULL) {
                vtodo = supplied_vtodo;