X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;h=e718e3ddeaa5afad32723a466471d0a85b132ea7;hb=1c5d73df9d3bc276c342d90e31ed2262e815f5b2;hp=4c1bab1aa7b98b644095d81e277f5e4fe3e6b924;hpb=22c289f160172a16cc3bb4719fd6d4e827d70249;p=citadel.git diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 4c1bab1aa..e718e3dde 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -958,20 +958,18 @@ 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() { - important_message(_("Setup finished"), - _("Setup of the Citadel server is complete.\n" - "If you will be using WebCit, please run its\n" - "setup program now; otherwise, run './citadel'\n" - "to log in.\n")); - important_message(_("Setup failed"), - _("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.")); -} - - +#if 0 +important_message(_("Setup finished"), +_("Setup of the Citadel server is complete.\n" +"If you will be using WebCit, please run its\n" +"setup program now; otherwise, run './citadel'\n" +"to log in.\n")); +important_message(_("Setup failed"), +_("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[])