Feeble incremental work to the recurring event editor
[citadel.git] / webcit / calendar.c
index f0ec314601f42049d072847406aec522aab24b3e..c9d40bc8e0d8a8055a3305588e4023cb070e9884 100644 (file)
@@ -472,8 +472,6 @@ void display_individual_cal(icalcomponent *cal, long msgnum, char *from, int unr
            Cal, 
            delete_cal);
 
-#ifdef TECH_PREVIEW
-
        /* handle recurring events */
 
        if (icaltime_is_null_time(dtstart)) return;     /* Can't recur without a start time */
@@ -540,8 +538,6 @@ void display_individual_cal(icalcomponent *cal, long msgnum, char *from, int unr
        }
        lprintf(9, "Performed %d recurrences; final one is %s", num_recur, ctime(&final_recurrence));
 
-#endif /* TECH_PREVIEW */
-
 }