From ad55d4e904634871c75a7007801c1b700bcb7ca3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 17 Oct 2013 20:45:17 +0300 Subject: Bin --enable-desktop-gui-elements Nobody wants LO's own widgets in a touch / mobile app after all. Change-Id: I84f1e85cebce80b6ff4ec5e4e3254654b5f5e6ec --- config_host/config_features.h.in | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'config_host/config_features.h.in') diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 38d41fd27d16..0f63f26a7c32 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -29,19 +29,12 @@ * Non-DESKTOP implies no traditional help mechanism, and to some * extent (as noticed, and as possible without making the code too * ugly) the related code is ifdeffed out. - */ - -#define HAVE_FEATURE_DESKTOP 0 - -/* DESKTOP_GUI_ELEMENTS * - * In the non-DESKTOP case, whether to still display (and enable - * interactive use of) traditional desktop-style GUI elements like - * toolbars and scrollbars, drawn and handled using mostly the normal - * LO code. + * Non-DESKTOP implies no traditional desktop-style GUI elements like + * toolbars and scrollbars presented by the LO code. */ -#define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 0 +#define HAVE_FEATURE_DESKTOP 0 /* X11 * -- cgit