Revert "edje: fix float comparison warning in edje_cc."
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 22 Dec 2016 05:08:51 +0000 (14:08 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 22 Dec 2016 05:13:25 +0000 (14:13 +0900)
commit176b0c8d03f7f6e851f1cfd4aa6dd0ec4d67b43a
treef85b767979c42e24324de4e08a3d3bfacdb482ae
parentbceb263910601bee133e5d1137604ae73963e732
Revert "edje: fix float comparison warning in edje_cc."

This reverts commit 9730eb1f47341173063148332b9a833ff1377f45.

This introduces new issues, such as:
Warning: naviframe.edc:451: couldn't find an exact match in
 part 'elements_clip' when looking for 'hidden' 0.000000. Falling
 back to nearest one 'hidden' 0.000000.

Because some comparison was not done properly, and changed
float != 0 to float == 0.

Get it right if you insist on "fixing" those floating point
comparisons.
src/bin/edje/edje_cc_handlers.c
src/bin/edje/edje_cc_parse.c