From 08a43cc97ccf88faa9d3a04afc3aacd2c885a2d1 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Sat, 28 Oct 2017 02:28:18 +0200 Subject: related: tdf#103884 remove gltf/collada feature Change-Id: Icd26ad96c0337844ef1463dabfbe791caa00dd2d Reviewed-on: https://gerrit.libreoffice.org/43972 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- config_host/config_features.h.in | 10 ---------- 1 file changed, 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 9c8dff7a603b..75845dcf3286 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -144,16 +144,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. */ -- cgit