]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar.c
* Added 'overflow:hidden' to the stylesheet for 'mimepart' divs. This prevents the...
[citadel.git] / webcit / calendar.c
index e60635ebb271e7d6a40e1675254de081caac74f5..06f9655969c1f991da06541c5bb86979f62241d0 100644 (file)
@@ -242,13 +242,6 @@ void cal_process_object(StrBuf *Target,
        /* If this is a REPLY, display update button */
        if (the_method == ICAL_METHOD_REPLY) {
 
-               /* In the future, if we want to validate this object before
-                * continuing, we can do it this way:
-                serv_printf("ICAL whatever|%ld|%s|", msgnum, cal_partnum);
-                serv_getln(buf, sizeof buf);
-                }
-               ***********/
-
                /* Display the update buttons */
                StrBufAppendPrintf(Target, "<p id=\"%s_question\" >"
                        "%s "