elementary/naviframe - removed unnecessary line. it was compared already in widget api

SVN revision: 80518
This commit is contained in:
ChunEon Park 2012-12-08 08:53:38 +00:00
parent f353378e8b
commit 0040b9e8fd
1 changed files with 0 additions and 2 deletions

View File

@ -1153,8 +1153,6 @@ _on_obj_size_hints_changed(void *data __UNUSED__, Evas *e __UNUSED__,
if (!it) return;
dispmode = evas_object_size_hint_display_mode_get(obj);
if (sd->dispmode == dispmode) return;
sd->dispmode = dispmode;
switch (dispmode)