diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-10-28 02:28:18 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-10-30 08:21:55 +0100 |
commit | 08a43cc97ccf88faa9d3a04afc3aacd2c885a2d1 (patch) | |
tree | 11f416701d1be0a962c7653ea86060f30f708b56 /config_host | |
parent | 8d994f83568073eb79ab987069f740c3c940405e (diff) |
related: tdf#103884 remove gltf/collada feature
Change-Id: Icd26ad96c0337844ef1463dabfbe791caa00dd2d
Reviewed-on: https://gerrit.libreoffice.org/43972
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 9c8dff7a603b..75845dcf3286 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -145,16 +145,6 @@ #define HAVE_BFFVALIDATOR 0 /* - * Whether we have glTF support. - */ -#define HAVE_FEATURE_GLTF 0 - -/* - * Whether we have COLLADA support. - */ -#define HAVE_FEATURE_COLLADA 0 - -/* * Whether we support breakpad as crash reporting lib. */ #define HAVE_FEATURE_BREAKPAD 0 |