summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands.h b/commands.h
index 92801bd..d7f2351 100644
--- a/commands.h
+++ b/commands.h
@@ -51,8 +51,6 @@ private:
std::vector<Command> commandList;
std::vector<std::string> splitCommand(std::string command);
CommandArg* getCommandArgs(std::vector<std::string>& args, const CommandArgType* argTypes, const int argc);
- const void printHello(const CommandArg* argv);
- const void echo(const CommandArg* argv);
public:
CommandsModule();
~CommandsModule();