diff options
| author | 2021-05-13 17:47:16 +0100 | |
|---|---|---|
| committer | 2021-05-13 17:47:16 +0100 | |
| commit | 38379634e6b354a98558faf9efe0baccfbdd211f (patch) | |
| tree | 617fd323f4e83af0dd37ff60051dc890b60a3bf0 /src/modules/m_remove.cpp | |
| parent | Make ServerConfig::{ApplyModules, Fill} private. (diff) | |
Kill some useless comments.
Diffstat (limited to 'src/modules/m_remove.cpp')
| -rw-r--r-- | src/modules/m_remove.cpp | 4 |
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: |
