diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-24 00:53:05 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-26 08:26:35 +0000 |
commit | abe4d7bd0a1ec4b5a31cc5622080952e4cd53ebf (patch) | |
tree | c1eadca9f5d3e5256236c18501981f4276fac361 /vcl/Module_vcl.mk | |
parent | 47ea13ef8dc8ab9aeded6121845e3ebd1d28b292 (diff) |
Kill code for Type 1 fonts on Unix
We already ignore them, so this is unreachable code now.
Change-Id: I6fd4699d8175344c36253bf4bf9c024b8986da31
Reviewed-on: https://gerrit.libreoffice.org/31222
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 97e20f013f8e..767d5f74e05b 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -20,7 +20,6 @@ $(eval $(call gb_Module_Module,vcl)) $(eval $(call gb_Module_add_targets,vcl,\ - CustomTarget_afm_hash \ Library_vcl \ Package_opengl \ $(if $(filter WNT,$(OS)), \ |