X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Faddressbook_popup.c;h=72ab054d07a81a9749993a6b8e1f8e72e5899dd7;hb=d0c328172f7e59ea95cc1ba3b167bacdbe9f9d2e;hp=887198f574d24d2a4dc9d51d9672c5b1ece91905;hpb=dc0a854bbf5942ee1c30498eac599a08452f37bb;p=citadel.git diff --git a/webcit/addressbook_popup.c b/webcit/addressbook_popup.c index 887198f57..72ab054d0 100644 --- a/webcit/addressbook_popup.c +++ b/webcit/addressbook_popup.c @@ -15,20 +15,6 @@ #include "webcit.h" -/* - * Call this right before wDumpContent() on any page which requires the address book popup - */ -void address_book_popup(void) { - /* Open a new div, hidden initially, for address book popups. */ - wc_printf("\n"); /* End of 'content' div */ - wc_printf("
"); - wc_printf("
"); - wc_printf("
"); - wc_printf("
"); - wc_printf("
"); - /* The 'address_book_popup' div will be closed by wDumpContent() */ -} - /* * Address book popup window */