mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Remove unused variable
This commit is contained in:
parent
8e4945ab28
commit
ae786a016d
1 changed files with 0 additions and 2 deletions
|
@ -135,8 +135,6 @@ bool gui_application::Init()
|
||||||
// Create connects to propagate events throughout Gui.
|
// Create connects to propagate events throughout Gui.
|
||||||
InitializeConnects();
|
InitializeConnects();
|
||||||
|
|
||||||
bool set_dark_theme = false;
|
|
||||||
|
|
||||||
if (m_gui_settings->GetValue(gui::ib_show_welcome).toBool())
|
if (m_gui_settings->GetValue(gui::ib_show_welcome).toBool())
|
||||||
{
|
{
|
||||||
welcome_dialog* welcome = new welcome_dialog(m_gui_settings, false);
|
welcome_dialog* welcome = new welcome_dialog(m_gui_settings, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue