summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-17 20:45:17 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-17 20:45:21 +0300
commitad55d4e904634871c75a7007801c1b700bcb7ca3 (patch)
tree524b418a1f70258ccca834fb77a4b0b9ba113e98 /config_host
parentcce7939a166bbf9713ea06bcd3901dfaf162126d (diff)
Bin --enable-desktop-gui-elements
Nobody wants LO's own widgets in a touch / mobile app after all. Change-Id: I84f1e85cebce80b6ff4ec5e4e3254654b5f5e6ec
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in13
1 files changed, 3 insertions, 10 deletions
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
*