ector: remove useless function for now.

This commit is contained in:
Cedric BAIL 2015-04-03 16:34:23 +02:00
parent b18b1e89ff
commit 0d95e53932
2 changed files with 0 additions and 23 deletions

View File

@ -31,16 +31,6 @@ abstract Ector.Generic.Surface (Eo.Base)
@in const(Eo_Class) * type @nonull;
}
}
update_push {
return: bool;
params {
@in const(Eina_Rectangle) * r @nonull;
@in Ector_Update_Type type;
}
}
update_reset {
return: bool;
}
}
implements {
@virtual .renderer_factory_new;

View File

@ -26,17 +26,4 @@ _ector_generic_surface_size_get(Eo *obj,
{
}
Eina_Bool
_ector_generic_surface_update_push(Eo *obj,
Ector_Generic_Surface_Data *pd,
const Eina_Rectangle *r,
Ector_Update_Type type)
{
}
Eina_Bool
_ector_generic_surface_update_reset(Eo *obj, Ector_Generic_Surface_Data *pd)
{
}
#include "ector_generic_surface.eo.c"