From aaf262bfed6eaeaf34d487059eed95e540636108 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 18 Nov 2020 02:09:05 -0500 Subject: core: Remove unused private Init function for the System class This isn't used, so it can be removed. --- src/core/core.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h index e1cc2975d..cd155625c 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -388,14 +388,6 @@ public: private: System(); - /** - * Initialize the emulated system. - * @param emu_window Reference to the host-system window used for video output and keyboard - * input. - * @return ResultStatus code, indicating if the operation succeeded. - */ - [[nodiscard]] ResultStatus Init(Frontend::EmuWindow& emu_window); - struct Impl; std::unique_ptr impl; -- cgit v1.2.3