X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;h=67768fa40467d5fada7d9f16bac10d9004a18677;hb=377231394f0f18628af378d85c4bbf4b518b9485;hp=df16c0ea704921d18a73ab0488f66412e9e5f413;hpb=319a0b1f3302f13b470bc2f17f4eb60805eac2e9;p=citadel.git diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index df16c0ea7..67768fa40 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -775,7 +775,6 @@ void edit_value(int curr) ctdluid = atoi(ctdluidname); } } -#endif } setconf_int("c_ctdluid", ctdluid); break; @@ -958,7 +957,7 @@ void fixnss(void) { * Messages that are no longer in use. * We keep them here so we don't lose the translations if we need them later. */ -void niu_messages() { +#if 0 important_message(_("Setup finished"), _("Setup of the Citadel server is complete.\n" "If you will be using WebCit, please run its\n" @@ -969,7 +968,7 @@ _("Setup is finished, but the Citadel server failed to start.\n" "Go back and check your configuration.\n"); important_message(_("Setup finished"), _("Setup is finished. You may now start the server.")); -} +#endif int main(int argc, char *argv[])