From b74611d2b20fc071b8a699f2ce25e61f60118d6e Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 22 May 2022 23:13:29 +0200 Subject: refactor: improve input handling & remove commands --- src/commands/quit.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/commands/quit.cpp (limited to 'src/commands/quit.cpp') diff --git a/src/commands/quit.cpp b/src/commands/quit.cpp deleted file mode 100644 index c2a68e7..0000000 --- a/src/commands/quit.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "quit.hpp" - -#include - -void QuitCommand::execute() noexcept -{ - exit(EXIT_SUCCESS); -} -- cgit v1.2.3-18-g5258