evas/box - Don't be aborted.

SVN revision: 70595
This commit is contained in:
ChunEon Park 2012-05-02 05:01:34 +00:00
parent fae5000f2a
commit c3920319ee
1 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@ if (!ptr) \
CRIT("no widget data for object %p (%s)", \
o, evas_object_type_get(o)); \
fflush(stderr); \
abort(); \
return; \
}
@ -58,7 +57,6 @@ if (!ptr) \
CRIT("no widget data for object %p (%s)", \
o, evas_object_type_get(o)); \
fflush(stderr); \
abort(); \
return val; \
}