From 105676831521baf1b90615a79fdeea7475e1d016 Mon Sep 17 00:00:00 2001 From: Philip Chee Date: Sat, 27 Jun 2015 04:37:59 +0800 Subject: [PATCH] Bug 1177093 - mathfont.properties does not need to be preprocessed after Bug 1000745 r=fred.wang --- layout/mathml/moz.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/layout/mathml/moz.build b/layout/mathml/moz.build index 6705d44b2930..87b9f06dbfa8 100644 --- a/layout/mathml/moz.build +++ b/layout/mathml/moz.build @@ -59,8 +59,6 @@ RESOURCE_FILES.fonts += [ 'mathfontUnicode.properties', ] -RESOURCE_FILES.fonts['mathfont.properties'].preprocess = True - if CONFIG['TARGET_MD_ARCH'] == 'win32': RESOURCE_FILES.fonts += [ 'mathfontSymbol.properties',