diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-22 15:01:15 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-22 15:01:15 +0000 |
commit | 8691870bf726a898b11cc4173e42db5b6f597cf3 (patch) | |
tree | c5a200a80d6ed96e6994fa12a2a4149d6d63282c /src/helperfuncs.cpp | |
parent | 5d5285f24b1fe306faa2a6d0565ba1cff0f17f11 (diff) |
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
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r-- | src/helperfuncs.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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() { |