Remove unused operator
This commit is contained in:
parent
f7acd8df51
commit
40335d4533
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue