Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / fe-text / silc.c
index 3de8fdc8b06b44477cb97b6654f32152b6ec50c9..000d5f6884f8a4b893589573addd8e7e81af639e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  irssi.c : irssi
 
-    Copyright (C) 1999-2000 Timo Sirainen
+    Copyright (C) 1999-2000, 2007 Timo Sirainen
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -79,20 +79,11 @@ static int dirty, full_redraw, dummy;
 static GMainLoop *main_loop;
 int quitting;
 
-static const char *firsttimer_text =
-       "Looks like this is the first time you've run irssi.\n"
-       "This is just a reminder that you really should go read\n"
-       "startup-HOWTO if you haven't already. You can find it\n"
-       "and more irssi beginner info at http://irssi.org/help/\n"
-       "\n"
-       "For the truly impatient people who don't like any automatic\n"
-       "window creation or closing, just type: /MANUAL-WINDOWS";
 static int display_firsttimer = FALSE;
 
-
 static void sig_exit(void)
 {
-        quitting = TRUE;
+  quitting = TRUE;
 }
 
 /* redraw irssi's screen.. */
@@ -192,13 +183,6 @@ static void textui_finish_init(void)
 
        fe_common_core_finish_init();
        signal_emit("irssi init finished", 0);
-
-#if 0
-       if (display_firsttimer) {
-               printtext_window(active_win, MSGLEVEL_CLIENTNOTICE,
-                                "%s", firsttimer_text);
-       }
-#endif
 }
 
 static void textui_deinit(void)