From 932748db6dd2a7225c9f12bc34339fcb2f37c319 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 30 Mar 2016 12:40:12 +0200 Subject: Remove unused ProtocolInterface::SendTopic() --- src/modules/m_spanningtree/protocolinterface.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modules/m_spanningtree/protocolinterface.cpp') diff --git a/src/modules/m_spanningtree/protocolinterface.cpp b/src/modules/m_spanningtree/protocolinterface.cpp index 957638517..be95845a7 100644 --- a/src/modules/m_spanningtree/protocolinterface.cpp +++ b/src/modules/m_spanningtree/protocolinterface.cpp @@ -102,11 +102,6 @@ void SpanningTreeProtocolInterface::Server::SendMetaData(const std::string& key, sock->WriteLine(CommandMetadata::Builder(key, data)); } -void SpanningTreeProtocolInterface::SendTopic(Channel* channel, std::string &topic) -{ - CommandFTopic::Builder(ServerInstance->FakeClient, channel).Broadcast(); -} - void SpanningTreeProtocolInterface::SendSNONotice(char snomask, const std::string &text) { CmdBuilder("SNONOTICE").push(snomask).push_last(text).Broadcast(); -- cgit v1.3.1-10-gc9f91