]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.c
* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / citadel.c
index f9b0fc70d6e7e063bb8735fe12f6249b9fc23e7e..706558fee6b30f907a795e8a4938f76254315e1f 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Citadel/UX  
- *
- * citadel.c - Main source file.
  * $Id$
+ *
+ * Main source module for the client program.
  */
 
 #include "sysdep.h"
@@ -34,7 +33,6 @@
 #include "ipc.h"
 #include "client_chat.h"
 #include "client_passwords.h"
-#include "client_icq.h"
 #include "citadel_decls.h"
 #include "tools.h"
 #ifndef HAVE_SNPRINTF
@@ -1374,10 +1372,6 @@ PWOK:    printf("%s\nAccess level: %d (%s)\nUser #%ld / Call #%d\n",
                                page_user();
                                break;
 
-                       case 81:
-                               setup_icq();
-                               break;
-
                        }       /* end switch */
        } while (termn8 == 0);