From 0144f05e57088b30ac894cdae8b04b265d4dfbe7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 26 Oct 2012 13:48:06 -0700 Subject: [PATCH] Remove unused members --- src/hb-icu-le/PortableFontInstance.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hb-icu-le/PortableFontInstance.h b/src/hb-icu-le/PortableFontInstance.h index ff48311d5..07945602b 100644 --- a/src/hb-icu-le/PortableFontInstance.h +++ b/src/hb-icu-le/PortableFontInstance.h @@ -41,9 +41,6 @@ private: le_int32 fDescent; le_int32 fLeading; - float fDeviceScaleX; - float fDeviceScaleY; - const NAMETable *fNAMETable; le_uint16 fNameCount; le_uint16 fNameStringOffset;