X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fsrc%2Fclient_chat.c;fp=textclient%2Fsrc%2Fclient_chat.c;h=8933687bfc55dc694b662262d592e38495c64cef;hp=29f3e267da0f6118a6b423b8620b78e344935593;hb=f8d2e0562f12cc7c483df1be34dd5a0c3bf39dc0;hpb=5747f91e3c71cf1ecaa20bab38e74925c3f1271d diff --git a/textclient/src/client_chat.c b/textclient/src/client_chat.c index 29f3e267d..8933687bf 100644 --- a/textclient/src/client_chat.c +++ b/textclient/src/client_chat.c @@ -1,7 +1,7 @@ /* * front end for multiuser chat * - * Copyright (c) 1987-2012 by the citadel.org team + * Copyright (c) 1987-2016 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -39,7 +39,6 @@ #endif #include #include -//#include "citadel.h" #include "citadel_ipc.h" #include "client_chat.h" #include "commands.h" @@ -47,9 +46,6 @@ #include "citadel_decls.h" #include "rooms.h" #include "messages.h" -//#ifndef HAVE_SNPRINTF -//#include "snprintf.h" -//#endif #include "screen.h" #define MIN(a, b) ((a) < (b) ? (a) : (b))