aboutsummaryrefslogtreecommitdiff
path: root/src/commands/quit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/quit.hpp')
-rw-r--r--src/commands/quit.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/commands/quit.hpp b/src/commands/quit.hpp
deleted file mode 100644
index cb1aefd..0000000
--- a/src/commands/quit.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-#include "interfaces/command.hpp"
-
-class QuitCommand : public ICommand
-{
-public:
- void execute() noexcept override;
-};