diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-07-04 22:50:45 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-10-03 00:30:02 +0200 |
commit | b858571125fa0822f42b49ed8829e4c6719565e6 (patch) | |
tree | 973ea0ad1a1dfb323ec31c17c583892832284030 /src/modules/m_spanningtree/utils.h | |
parent | f1b04d0ef846713b38f9190a9f34a0c42bfa01cc (diff) |
m_spanningtree Utils: Remove unused functions
Diffstat (limited to 'src/modules/m_spanningtree/utils.h')
-rw-r--r-- | src/modules/m_spanningtree/utils.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/m_spanningtree/utils.h b/src/modules/m_spanningtree/utils.h index a82b9eb91..ace33ad3b 100644 --- a/src/modules/m_spanningtree/utils.h +++ b/src/modules/m_spanningtree/utils.h @@ -151,10 +151,6 @@ class SpanningTreeUtilities : public classbase */ bool DoOneToMany(const char* prefix, const char* command, const parameterlist ¶ms); - /** Send a message from this server to all others, without doing any processing on the command (e.g. send it as-is with colons and all) - */ - bool DoOneToAllButSenderRaw(const std::string &data, const std::string &omit, const std::string &prefix, const irc::string &command, const parameterlist ¶ms); - /** Read the spanningtree module's tags from the config file */ void ReadConfiguration(); @@ -183,10 +179,6 @@ class SpanningTreeUtilities : public classbase */ TreeServer* FindServerMask(const std::string &ServerName); - /** Returns true if this is a server name we recognise - */ - bool IsServer(const std::string &ServerName); - /** Find a link tag from a server name */ Link* FindLink(const std::string& name); |