diff options
| author | 2020-11-01 02:22:41 +0000 | |
|---|---|---|
| committer | 2020-11-01 02:22:41 +0000 | |
| commit | 579a17df389843b21828e99e10d1f6fde45f28e9 (patch) | |
| tree | fbfe63e811c38f620784240d261684ad3f5f9106 /src/commands.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Clean up a bunch of contructors and destructors.
Diffstat (limited to 'src/commands.cpp')
| -rw-r--r-- | src/commands.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 997077232..b0eb6241a 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -31,10 +31,6 @@ CommandBase::CommandBase(Module* mod, const std::string& cmd, unsigned int minpa { } -CommandBase::~CommandBase() -{ -} - void CommandBase::EncodeParameter(std::string& parameter, unsigned int index) { } |
