summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-04-14 20:41:28 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-04-15 09:07:48 +0200
commit9e63e22c4d584e49577d08d3ecb94233be680bbf (patch)
treefe78bed20d82b6f731e74fd178dcd5dc61d7368a /config_host
parent209d07ff2de2716be2c3b0cbd61c16774205cb12 (diff)
vcl PDFiumLibraryTest: clean up not needed HAVE_FEATURE_PDFIUM ifdefs
This was already conditional in Module_vcl, so no need to have a duplicated check here. Which allows finally removing the HAVE_FEATURE_PDFIUM ifdef completely. New code can just call vcl::pdf::PDFiumLibrary::get() at runtime and see if the result is nullptr or not. Change-Id: I36508181865a31618e48cf7c2680d75465130dd3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114108 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 742e5e02e2ed..a4ecdd76af8b 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -132,11 +132,6 @@
#define HAVE_FEATURE_NSS 0
/*
- * Whether pdfium is available
- */
-#define HAVE_FEATURE_PDFIUM 0
-
-/*
* Whether poppler is available
*/
#define HAVE_FEATURE_POPPLER 0