[EFL] Remove useless assignment code in _ewk_tiled_backing_store_zoom_set_internal.
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 29 Sep 2011 02:52:11 +0000 (02:52 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 29 Sep 2011 02:52:11 +0000 (02:52 +0000)
commitb9c254a14cc9562c588b9616c0fab0d29eb9e091
treed2bfd0012cc761544d0e1feeaa5ef8927662b5c3
parentd545cdd94f9acb0c60b3513e04cee14b892c775c
[EFL] Remove useless assignment code in _ewk_tiled_backing_store_zoom_set_internal.
https://bugs.webkit.org/show_bug.cgi?id=68594

As the 1st assignment of local variable bx in _ewk_tiled_backing_store_zoom_set_internal
isn't effective at all, this patch just removes it.

Patch by KwangHyuk Kim <hyuki.kim@samsung.com> on 2011-09-28
Reviewed by Ryosuke Niwa.

* ewk/ewk_tiled_backing_store.c:
(_ewk_tiled_backing_store_zoom_set_internal):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96291 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebKit/efl/ChangeLog
Source/WebKit/efl/ewk/ewk_tiled_backing_store.c