mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-10 10:41:26 +01:00
Remove unused variable
This commit is contained in:
parent
8e4945ab28
commit
ae786a016d
|
|
@ -135,8 +135,6 @@ bool gui_application::Init()
|
|||
// Create connects to propagate events throughout Gui.
|
||||
InitializeConnects();
|
||||
|
||||
bool set_dark_theme = false;
|
||||
|
||||
if (m_gui_settings->GetValue(gui::ib_show_welcome).toBool())
|
||||
{
|
||||
welcome_dialog* welcome = new welcome_dialog(m_gui_settings, false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue