Remove unused variable

This commit is contained in:
Megamouse 2023-09-22 20:58:02 +02:00
parent 8e4945ab28
commit ae786a016d

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);