From 8691870bf726a898b11cc4173e42db5b6f597cf3 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 22 Oct 2007 15:01:15 +0000 Subject: Remove a wrapper, it's easy to read as is :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8300 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/helperfuncs.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/helperfuncs.cpp') diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 388e9bb50..4fe1fb3b2 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -360,12 +360,6 @@ int InspIRCd::ModeCount(const char mode) return 0; } -/* wrapper for readability */ -int InspIRCd::InvisibleUserCount() -{ - return ModeCount('i'); -} - /* return how many users are opered */ int InspIRCd::OperCount() { -- cgit v1.2.3