miniview.c: Remove _do_configure() call from smart_show

Summary:
Strangelly enough, _do_configure() call from smart_show() is not necessary.
So, let's clean that up.

Test Plan: Miniview works and resizes as expected without that function call.

Reviewers: billiob

Differential Revision: https://phab.enlightenment.org/D1539
This commit is contained in:
godfath3r 2014-10-15 20:41:43 +02:00 committed by Boris Faure
parent e9738f739c
commit 564d78ce93
1 changed files with 0 additions and 1 deletions

View File

@ -448,7 +448,6 @@ _smart_show(Evas_Object *obj)
mv->img_hist = 0;
mv->initial_pos = 1;
_do_configure(obj);
_queue_render(mv);
evas_object_show(mv->base);
}