summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_spanningtree/commands.h')
-rw-r--r--src/modules/m_spanningtree/commands.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/m_spanningtree/commands.h b/src/modules/m_spanningtree/commands.h
index 97322ed99..0c1ea8e49 100644
--- a/src/modules/m_spanningtree/commands.h
+++ b/src/modules/m_spanningtree/commands.h
@@ -42,14 +42,6 @@ class CommandRSQuit : public Command
class CommandMap : public Command
{
- /** Show MAP output to a user (recursive)
- */
- void ShowMap(TreeServer* Current, User* user, int depth, int &line, char* names, int &maxnamew, char* stats);
-
- /** Returns oper-specific MAP information
- */
- std::string MapOperInfo(TreeServer* Current);
-
public:
CommandMap(Module* Creator);
CmdResult Handle(const std::vector<std::string>& parameters, User* user);