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/insert_cell.hpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/commands/insert_cell.hpp (limited to 'src/commands/insert_cell.hpp') diff --git a/src/commands/insert_cell.hpp b/src/commands/insert_cell.hpp deleted file mode 100644 index 9d54736..0000000 --- a/src/commands/insert_cell.hpp +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -#include "interfaces/command.hpp" -#include "interfaces/cursor.hpp" -#include "interfaces/scene.hpp" - -#include - -class InsertCellCommand : public ICommand -{ -public: - InsertCellCommand( - const std::shared_ptr &cursor_controller, - const std::shared_ptr &scene) noexcept; - - void execute() noexcept override; - -private: - const std::shared_ptr &_cursor_controller; - const std::shared_ptr &_scene; -}; -- cgit v1.2.3-18-g5258