[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Jun 17 08:45:30 PDT 2014
src/hb-coretext.cc | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 7526373e70bc4c2e2072da36babf9399fcf483b8
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Jun 17 11:45:26 2014 -0400
[coretext] Remove unused var
diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc
index 5705136..06ccfd8 100644
--- a/src/hb-coretext.cc
+++ b/src/hb-coretext.cc
@@ -507,8 +507,6 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
if (unlikely (!range))
goto fail_features;
- unsigned int offset = feature_records.len;
-
if (active_features.len)
{
CFMutableArrayRef features_array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
More information about the HarfBuzz
mailing list