network: Remove unused virtual method

This commit is contained in:
Robert Ancell 2019-10-18 15:49:38 +13:00 committed by Georges Basile Stavracas Neto
parent 62af171d8b
commit a1439b32b1
3 changed files with 0 additions and 19 deletions

View file

@ -162,14 +162,6 @@ net_object_add_to_stack (NetObject *self,
return NULL;
}
void
net_object_delete (NetObject *self)
{
NetObjectClass *klass = NET_OBJECT_GET_CLASS (self);
if (klass->delete != NULL)
klass->delete (self);
}
void
net_object_refresh (NetObject *self)
{