summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-02-16 22:33:15 -0800
committerGravatar Yuri Kunde Schlesner2017-02-17 21:44:00 -0800
commitc7c0219f8adf48dea66fd4785f4f9cdc1d229cec (patch)
tree1a6c79027e0a9ce0ea597dc296fc59c5aaca31c9 /src
parentQt: Remove unnecessary std::string usage (diff)
downloadyuzu-c7c0219f8adf48dea66fd4785f4f9cdc1d229cec.tar.gz
yuzu-c7c0219f8adf48dea66fd4785f4f9cdc1d229cec.tar.xz
yuzu-c7c0219f8adf48dea66fd4785f4f9cdc1d229cec.zip
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:
73 73
74 void ConnectWidgetEvents(); 74 void ConnectWidgetEvents();
75 75
76 /**
77 * Initializes the emulation system.
78 * @param system_mode The system mode with which to intialize the kernel.
79 * @returns Whether the system was properly initialized.
80 */
81 bool InitializeSystem(u32 system_mode);
82 bool LoadROM(const QString& filename); 76 bool LoadROM(const QString& filename);
83 void BootGame(const QString& filename); 77 void BootGame(const QString& filename);
84 void ShutdownGame(); 78 void ShutdownGame();