diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 19:09:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 19:09:42 +0000 |
commit | 194838af39aa5fc823571afe9d61b2453573a32d (patch) | |
tree | b532e27e75d95dcfa56d83ef70924e71ea247464 /src/channels.cpp | |
parent | 2cd3b57fe08b6cdae5d99021252898dedd3a0650 (diff) |
Changed the type of struct whowas records are stored in (no need to waste a big heavy userrec)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1369 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 5ba38a9e6..7962665b7 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -199,14 +199,6 @@ std::string chanrec::GetModeParameter(char mode) return ""; } -void chanrec::IncUserCounter() -{ -} - -void chanrec::DecUserCounter() -{ -} - long chanrec::GetUserCounter() { return (this->internal_userlist.size()); |