2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Qt: Remove orpahned function declaration

This commit is contained in:
Yuri Kunde Schlesner 2017-02-16 22:33:15 -08:00
parent 5f00fe905c
commit c7c0219f8a

View file

@ -73,12 +73,6 @@ private:
void ConnectWidgetEvents();
/**
* Initializes the emulation system.
* @param system_mode The system mode with which to intialize the kernel.
* @returns Whether the system was properly initialized.
*/
bool InitializeSystem(u32 system_mode);
bool LoadROM(const QString& filename);
void BootGame(const QString& filename);
void ShutdownGame();