From e48bd0b2b57b7d7971c5287f9af8f7b57ac46a3c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 26 Feb 2017 04:00:03 +0100 Subject: [PATCH] Update config.def.h --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) 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;