summaryrefslogtreecommitdiff
path: root/src/channels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp8
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());