Remove unused operator

This commit is contained in:
Behdad Esfahbod 2010-05-20 17:35:14 +01:00
parent f7acd8df51
commit 40335d4533
1 changed files with 0 additions and 2 deletions

View 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;