Remove unused operator
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 20 May 2010 16:35:14 +0000 (17:35 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 20 May 2010 16:35:14 +0000 (17:35 +0100)
src/hb-ot-layout-common-private.hh

index 4ab4ee5..e054b59 100644 (file)
@@ -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;