Remove unused variable
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user