summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-02-16 22:33:15 -0800
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-02-17 21:44:00 -0800
commitc7c0219f8adf48dea66fd4785f4f9cdc1d229cec (patch)
tree1a6c79027e0a9ce0ea597dc296fc59c5aaca31c9 /src
parent5f00fe905c8b5f9802a66e1cfd0f21873b769147 (diff)
Qt: Remove orpahned function declaration
Diffstat (limited to 'src')
-rw-r--r--src/citra_qt/main.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index 7ae972937..debc35c92 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -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();