From 41ea59495032e712fa6f801350ee00d5f00b5724 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 27 Jun 2014 15:23:18 -0400 Subject: [PATCH] Minor: Remove LongSortedArrayOf --- src/hb-open-type-private.hh | 4 ---- src/hb-ot-cmap-table.hh | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 2fba736c4..ef4ceb750 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -957,10 +957,6 @@ struct SortedArrayOf : ArrayOf } }; -/* A sorted array with a ULONG number of elements. */ -template -struct LongSortedArrayOf : SortedArrayOf {}; - } /* namespace OT */ diff --git a/src/hb-ot-cmap-table.hh b/src/hb-ot-cmap-table.hh index abdd8db41..8cc2ab7ba 100644 --- a/src/hb-ot-cmap-table.hh +++ b/src/hb-ot-cmap-table.hh @@ -264,7 +264,7 @@ struct CmapSubtableLongSegmented USHORT reserved; /* Reserved; set to 0. */ ULONG length; /* Byte length of this subtable. */ ULONG language; /* Ignore. */ - LongSortedArrayOf + SortedArrayOf groups; /* Groupings. */ public: DEFINE_SIZE_ARRAY (16, groups);