summaryrefslogtreecommitdiff
path: root/src/chat-server/chatchannel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat-server/chatchannel.hpp')
-rw-r--r--src/chat-server/chatchannel.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/chat-server/chatchannel.hpp b/src/chat-server/chatchannel.hpp
index 423bf46f..5fce1abb 100644
--- a/src/chat-server/chatchannel.hpp
+++ b/src/chat-server/chatchannel.hpp
@@ -84,12 +84,6 @@ class ChatChannel
{ return mPassword; }
/**
- * Returns whether this channel is private.
- */
- bool isPrivate() const
- { return !mPassword.empty(); }
-
- /**
* Sets the name of the channel.
*/
void setName(const std::string &channelName)