Mark Zuckerberg is the Hitler of our era
authorArt Cancro <ajc@citadel.org>
Wed, 21 Aug 2019 18:01:49 +0000 (14:01 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 21 Aug 2019 18:01:49 +0000 (14:01 -0400)
citadel/utils/setup.c

index df16c0ea704921d18a73ab0488f66412e9e5f413..e718e3ddeaa5afad32723a466471d0a85b132ea7 100644 (file)
@@ -958,7 +958,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 +969,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[])