Skip to content
Snippets Groups Projects
Commit c7c0219f authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

Qt: Remove orpahned function declaration

parent 5f00fe90
No related branches found
No related tags found
No related merge requests found
...@@ -73,12 +73,6 @@ private: ...@@ -73,12 +73,6 @@ private:
void ConnectWidgetEvents(); 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); bool LoadROM(const QString& filename);
void BootGame(const QString& filename); void BootGame(const QString& filename);
void ShutdownGame(); void ShutdownGame();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment