From 486ca3846b46dc229e5807968578809766ec1991 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 23 Mar 2022 19:41:31 +0100 Subject: feat: implement generations & multithreading --- src/interfaces/scene.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/interfaces/scene.hpp') diff --git a/src/interfaces/scene.hpp b/src/interfaces/scene.hpp index 0443d41..3b5e037 100644 --- a/src/interfaces/scene.hpp +++ b/src/interfaces/scene.hpp @@ -15,8 +15,6 @@ public: virtual void leave() noexcept = 0; - virtual void write_status(const std::string_view &str) noexcept = 0; - [[nodiscard]] virtual const std::shared_ptr> & get_matrix() const noexcept = 0; }; -- cgit v1.2.3-18-g5258