From 40335d4533ac2b08121c9dc6003f3ebc5b44a67b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 20 May 2010 17:35:14 +0100 Subject: [PATCH] Remove unused operator --- src/hb-ot-layout-common-private.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index 4ab4ee55c..e054b5935 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -566,8 +566,6 @@ struct ClassDef struct Device { - inline int operator () (unsigned int ppem_size) const { return get_delta (ppem_size); } - inline int get_delta (unsigned int ppem_size) const { unsigned int f = deltaFormat;