diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 1ca3d077b..fa00902a4 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -821,11 +821,6 @@ class CoreExport InspIRCd */ void Cleanup(); - /** Resets the cached max bans value on all channels. - * Called by rehash. - */ - void ResetMaxBans(); - /** Return a time_t as a human-readable string. */ std::string TimeString(time_t curtime); |