libical, expat, and libsieve are now *required*.
[citadel.git] / webcit / ical_dezonify.c
index 2b9d6caf72265d916b59f211287a9e3cc550fcdf..b3fdab5be598ebcb80821803355fcadfce3957b1 100644 (file)
@@ -14,9 +14,6 @@
 #include "webserver.h"
 
 
-#ifdef WEBCIT_WITH_CALENDAR_SERVICE
-
-
 /*
  * Figure out which time zone needs to be used for timestamps that are
  * not UTC and do not have a time zone specified.
@@ -212,5 +209,3 @@ void ical_dezonify(icalcomponent *cal) {
        lprintf(9, "ical_dezonify() completed\n");
 }
 
-
-#endif /* WEBCIT_WITH_CALENDAR_SERVICE */