diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-30 02:09:49 +0100 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-30 01:53:33 +0000 |
commit | be1750d866dab7712ede4cbbba771b088d862d05 (patch) | |
tree | 054641f44ed7c0511190bc9e586f32f11830fd3c /config_host | |
parent | 0a4e0dfffd2038c5bcaef0bc20884e60dfc2080a (diff) |
ENABLE_GRAPHITE_DWRITE is always set to 1
We don’t have a configure option to turn it off and I don’t think anyone
tries building without it. Furthermore, we use the code guarded by this
even without Graphite.
Change-Id: I0fb434af58a51370a66b5ad7eb89b145e4c015de
Reviewed-on: https://gerrit.libreoffice.org/30389
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Tested-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_graphite.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config_host/config_graphite.h.in b/config_host/config_graphite.h.in index 953c0066b325..46e624dc01a1 100644 --- a/config_host/config_graphite.h.in +++ b/config_host/config_graphite.h.in @@ -3,6 +3,4 @@ #define ENABLE_GRAPHITE 0 -#define ENABLE_GRAPHITE_DWRITE 1 - #endif |