diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 77a1e45ac..44f5b519c 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -189,10 +189,6 @@ class InspIRCd : public classbase */ bool DaemonSeed(); - /** Build the upper/lowercase comparison table - */ - void MakeLowerMap(); - /** Moves the given module to the last slot in the list * @param modulename The module name to relocate */ |