From 6ba8dc742676bd532afb5f6722956b3787bdfe58 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Fri, 12 Jun 2015 16:15:32 +1000 Subject: [PATCH] Remove vestigal NOTIFY_BITCHX_COM defines --- bx-conf/file_cpy.c | 1 - include/config.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/bx-conf/file_cpy.c b/bx-conf/file_cpy.c index 31898f7..f8c9815 100644 --- a/bx-conf/file_cpy.c +++ b/bx-conf/file_cpy.c @@ -196,7 +196,6 @@ Configure compile_default[] = { { "Mode Compression", "Code for performing mode compression on mass mode changes", "COMPRESS_MODES", ON, BOOL_TYPE, NULL}, { "MAX # of urls in list", "Max Number of URLS to save in memory", "DEFAULT_MAX_URLS", 30, INT_TYPE, edit_dir }, { "ChatNet Support", "Support chatnet\'s numeric 310", "WANT_CHATNET", OFF,BOOL_TYPE, NULL}, -{ "Notify BitchX.com", "Notify BitchX.com of our version", "SHOULD_NOTIFY_BITCHX_COM", ON, BOOL_TYPE, NULL}, { "Want Userlist", "", "WANT_USERLIST", ON, BOOL_TYPE, NULL }, { NULL, NULL, NULL, 0, 0, NULL } }; diff --git a/include/config.h b/include/config.h index 3773819..0e3b295 100644 --- a/include/config.h +++ b/include/config.h @@ -649,10 +649,6 @@ #undef WANT_CHATNET /* define just for codelogic */ #endif -#if defined(_USE_LOCAL_CONFIG) && !defined(SHOULD_NOTIFY_BITCHX_COM) -#undef WANT_NOTIFY_BITCHX_COM -#endif - #undef PARANOID /* #define this if your paranoid about dcc hijacking */ /* new epic stuff */