evas/evas_object_table - don't be aborted

SVN revision: 70602
This commit is contained in:
ChunEon Park 2012-05-02 05:56:06 +00:00
parent dae52add37
commit e16f958ebd
1 changed files with 0 additions and 2 deletions

View File

@ -97,7 +97,6 @@ if (!ptr) \
{ \
CRIT("no widget data for object %p (%s)", \
o, evas_object_type_get(o)); \
abort(); \
return; \
}
@ -107,7 +106,6 @@ if (!ptr) \
{ \
CRIT("No widget data for object %p (%s)", \
o, evas_object_type_get(o)); \
abort(); \
return val; \
}