From 7041e81abbdae6b895bda149e5369e0d52dce6ee Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 22 May 2022 17:13:24 +0200 Subject: refactor: remove statusline as game dependency --- 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 c765312..1546a9c 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -5,7 +5,6 @@ #include "interfaces/generation_tracker.hpp" #include "interfaces/scene.hpp" #include "interfaces/status_manager.hpp" -#include "interfaces/statusline.hpp" #include "interfaces/statusline_subscriber_adapter.hpp" #include @@ -16,7 +15,6 @@ public: Game( std::shared_ptr scene, std::shared_ptr cursor_controller, - std::shared_ptr statusline, std::shared_ptr generation_tracker, std::shared_ptr status_manager, IStatusLineSubscriberAdapterFactory @@ -34,7 +32,6 @@ public: private: std::shared_ptr _scene; std::shared_ptr _cursor_controller; - std::shared_ptr _statusline; std::shared_ptr _generation_tracker; std::shared_ptr _status_manager; IStatusLineSubscriberAdapterFactory -- cgit v1.2.3-18-g5258