From 7de921836587cdc359c2c4b84ed6446ada16c008 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 22 May 2022 17:05:00 +0200 Subject: refactor: remove window class --- src/game/game.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game/game.hpp') diff --git a/src/game/game.hpp b/src/game/game.hpp index fac9061..c765312 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -7,7 +7,6 @@ #include "interfaces/status_manager.hpp" #include "interfaces/statusline.hpp" #include "interfaces/statusline_subscriber_adapter.hpp" -#include "interfaces/window.hpp" #include @@ -15,7 +14,6 @@ class Game : public IGame { public: Game( - std::shared_ptr window, std::shared_ptr scene, std::shared_ptr cursor_controller, std::shared_ptr statusline, @@ -34,7 +32,6 @@ public: -> std::unordered_map> override; private: - std::shared_ptr _window; std::shared_ptr _scene; std::shared_ptr _cursor_controller; std::shared_ptr _statusline; -- cgit v1.2.3-18-g5258