aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_remove.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_remove.cpp')
-rw-r--r--src/modules/m_remove.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp
index 1829ed0d8..723ed1bec 100644
--- a/src/modules/m_remove.cpp
+++ b/src/modules/m_remove.cpp
@@ -164,8 +164,6 @@ class RemoveBase : public Command
}
};
-/** Handle /REMOVE
- */
class CommandRemove : public RemoveBase
{
public:
@@ -182,8 +180,6 @@ class CommandRemove : public RemoveBase
}
};
-/** Handle /FPART
- */
class CommandFpart : public RemoveBase
{
public: