mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 02:58:00 -05:00
core: Remove unused private Init function for the System class
This isn't used, so it can be removed.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user