elementary/flip - patched by PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 29 Nov 2011 00:09:56 +0000 (00:09 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 29 Nov 2011 00:09:56 +0000 (00:09 +0000)
commit5c52ab2d2c957e60b7b204e2a9e4b61f2a66a06f
tree6d276cfe984c47800ef11e20e4d9f36d1ba99d8e
parent73c50e2ad180b6ca43860272d3b53ae37e281288
elementary/flip - patched by PRINCE KUMAR DUBEY <prince.dubey@samsung.com>

Hi,

On behalf of Rajeev Ranjan, I am submitting the elm_flip patch.

Change Log:
a. Removed unnecessary comparison and assignment from the function _state_update inside file src/bin/test_flip_page.c. The comparison test will always be failed. Hence the assignment which was unreachable is removed.
b. Removed unnecessary comparison and assignment from the function _state_update inside file src/lib/elm_flip.c. The comparison test will always be failed. Hence the assignment which was unreachable is removed.

Please review it.
I'd appreciate any comments on this.

Thank you,

SVN revision: 65664
src/bin/test_flip_page.c
src/lib/elm_flip.c