summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/core.h8
1 files changed, 0 insertions, 8 deletions
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> impl;