From 805d47c98e48df374976972c3fcbba36fd4289f8 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 7 Dec 2008 18:31:57 +0000 Subject: Move stuff to use ASCII map where required. Also move this out of being a member totally, as it breaks (gah) and is already untidy.. to be revisited. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10858 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 19674c118..85c2f62e6 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -402,14 +402,6 @@ class CoreExport InspIRCd : public classbase */ User* FakeClient; - /** Seperate from the other casemap tables so that code *can* still exclusively rely on RFC casemapping - * if it must. - * - * This is provided as a pointer so that modules can change it to their custom mapping tables, - * e.g. for national character support. - */ - static unsigned const char *national_case_sensitive_map; - /** Returns the next available UID for this server. */ std::string GetUID(); -- cgit v1.2.3