From 4fe073b563336c1b8bfb97a9addc8fb7a8145858 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 7 Jul 2018 16:07:05 +0200 Subject: Drop TEST_FONTS_MISSING for HAVE_MORE_FONTS TEST_FONTS_MISSING is just adding confusion since it tests for hardcoded font names, while what we really want (most of time) is to check whether bundled fonts are enabled or not, and HAVE_MORE_FONTS just does that. Change-Id: I1b00d359c37fa49584ca27c319d6d0e937c3b20b Reviewed-on: https://gerrit.libreoffice.org/57136 Tested-by: Jenkins Reviewed-by: Khaled Hosny --- config_host/config_test.h.in | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 config_host/config_test.h.in (limited to 'config_host') diff --git a/config_host/config_test.h.in b/config_host/config_test.h.in deleted file mode 100644 index c310350bb494..000000000000 --- a/config_host/config_test.h.in +++ /dev/null @@ -1,10 +0,0 @@ -/* -Settings for test suite dependencies. -*/ - -#ifndef CONFIG_TEST_H -#define CONFIG_TEST_H - -#define TEST_FONTS_MISSING 0 - -#endif -- cgit