diff --git a/config.def.h b/config.def.h index 4eec3e34a8..7b03437332 100644 --- a/config.def.h +++ b/config.def.h @@ -921,14 +921,10 @@ static const unsigned input_bind_timeout = 5; static const unsigned menu_thumbnails_default = 3; #ifdef IOS -#ifdef HAVE_DYNAMIC static const bool ui_companion_start_on_boot = false; #else static const bool ui_companion_start_on_boot = true; #endif -#else -static const bool ui_companion_start_on_boot = true; -#endif static const bool ui_companion_enable = false;