Remove unused variable

This commit is contained in:
Megamouse
2023-09-23 00:02:48 +02:00
parent 8e4945ab28
commit ae786a016d
-2
View File
@@ -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);