summaryrefslogtreecommitdiff
path: root/src/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chathandler.h')
-rw-r--r--src/chathandler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/chathandler.h b/src/chathandler.h
index b5a81375..6f71733b 100644
--- a/src/chathandler.h
+++ b/src/chathandler.h
@@ -78,11 +78,6 @@ class ChatHandler : public ConnectionHandler
void sendInChannel(short channelId, MessageOut &);
/**
- * Tell a list of user they are leaving a channel.
- */
- void makeUsersLeaveChannel(short channelId);
-
- /**
* Tell a list of user about an event in a chatchannel about a player.
*/
void warnUsersAboutPlayerEventInChat(short channelId, std::string const &userName, char eventId);