From 5877d74089887cecd2373c3a66e37bde59d47793 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 15 Oct 2017 08:04:17 -0600 Subject: [PATCH] Remove unused CONFIG_NXWIDGETS_EXTERNINIT configuration variable. --- Kconfig | 8 -------- libnxwidgets/include/nxconfig.hxx | 2 -- 2 files changed, 10 deletions(-) diff --git a/Kconfig b/Kconfig index 886830ce9..2100fb032 100644 --- a/Kconfig +++ b/Kconfig @@ -28,14 +28,6 @@ config NXWIDGETS_FLICKERFREE lower-performance flicker-reductions measures where-ever thay may be available. -config NXWIDGETS_EXTERNINIT - bool "External display Initialization" - default n - depends on LIB_BOARDCTL - select BOARDCTL_GRAPHICS - ---help--- - Define to support external display initialization. - config NXWIDGET_SERVERINIT bool "Start server" default y diff --git a/libnxwidgets/include/nxconfig.hxx b/libnxwidgets/include/nxconfig.hxx index 0836e746f..2a86193df 100644 --- a/libnxwidgets/include/nxconfig.hxx +++ b/libnxwidgets/include/nxconfig.hxx @@ -73,8 +73,6 @@ * SCHED_PRIORITY_DEFAULT * CONFIG_NXWIDGETS_LISTENERPRIO - Priority of the NX event listener thread. * Default: SCHED_PRIORITY_DEFAULT - * CONFIG_NXWIDGETS_EXTERNINIT - Define to support external display - * initialization. * CONFIG_NXWIDGETS_LISTENERSTACK - NX listener thread stack size (in multi-user * mode). Default 2048 * CONFIG_NXWIDGET_EVENTWAIT - Build in support for external window event, modal