Eobj: Removed eobj_class_parent_get. It's useless and discouraged.

SVN revision: 70013
This commit is contained in:
Tom Hacohen 2012-04-11 08:57:12 +00:00
parent 4e91ce84bc
commit 43f4caf7b0
2 changed files with 0 additions and 7 deletions

View File

@ -95,7 +95,6 @@ EAPI Eina_Bool eobj_do_internal(Eobj *obj, ...);
EAPI Eina_Bool eobj_super_do(Eobj *obj, Eobj_Op op, ...);
EAPI const Eobj_Class *eobj_class_get(Eobj *obj);
EAPI const Eobj_Class *eobj_class_parent_get(const Eobj_Class *klass);
EAPI const char *eobj_class_name_get(const Eobj_Class *klass);
EAPI void eobj_constructor_super(Eobj *obj);

View File

@ -435,12 +435,6 @@ eobj_class_get(Eobj *obj)
return obj->klass;
}
EAPI const Eobj_Class *
eobj_class_parent_get(const Eobj_Class *klass)
{
return klass->parent;
}
EAPI const char *
eobj_class_name_get(const Eobj_Class *klass)
{