Revert "elementary/layout: attach edje object API with eo compositing"
authorCedric Bail <cedric@osg.samsung.com>
Fri, 5 Aug 2016 17:31:49 +0000 (10:31 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 5 Aug 2016 18:09:55 +0000 (11:09 -0700)
commita7bb1662e22e875570796e15a5bbffa1979be47e
tree92d33f491b8aa2af9615bc6d04f36404930194f9
parenta3ad7553c53f943ed267cf93bfaf8516179372aa
Revert "elementary/layout: attach edje object API with eo compositing"

This reverts commit 8a988717e18c4e9e6d4a0752441471a124056878.

It seems we can't actually inherit from class more than once and neither eo
nor eolian will complain about it. You will just get random weird behavior.
This patch should come back once we have made an interface of edje.
src/lib/elementary/efl_ui_text.c
src/lib/elementary/efl_ui_text.eo
src/lib/elementary/elc_naviframe.c
src/lib/elementary/elc_popup.c
src/lib/elementary/elm_entry.c
src/lib/elementary/elm_entry.eo
src/lib/elementary/elm_layout.c
src/lib/elementary/elm_layout.eo
src/lib/elementary/elm_naviframe.eo
src/lib/elementary/elm_popup.eo
src/tests/elementary/elm_test_layout.c