summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/postcommand.cpp
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-08-15 17:39:56 +0200
committerattilamolnar <attilamolnar@hush.com>2013-08-15 17:39:56 +0200
commitb7e793d96131e7813fe42984ec3a04254720ad20 (patch)
tree3a8cff3e040566e579ea85ae3a8da59627d579db /src/modules/m_spanningtree/postcommand.cpp
parent19cc8380fb9060add68852e40846b10e4d1f18f5 (diff)
Remove $ModDep comments
Diffstat (limited to 'src/modules/m_spanningtree/postcommand.cpp')
-rw-r--r--src/modules/m_spanningtree/postcommand.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/postcommand.cpp b/src/modules/m_spanningtree/postcommand.cpp
index 45b3608c6..7a681856a 100644
--- a/src/modules/m_spanningtree/postcommand.cpp
+++ b/src/modules/m_spanningtree/postcommand.cpp
@@ -23,8 +23,6 @@
#include "utils.h"
#include "treeserver.h"
-/* $ModDep: m_spanningtree/main.h m_spanningtree/utils.h m_spanningtree/treeserver.h */
-
void ModuleSpanningTree::OnPostCommand(Command* command, const std::vector<std::string>& parameters, LocalUser* user, CmdResult result, const std::string& original_line)
{
if (result == CMD_SUCCESS)