diff options
author | SangHyeon Lee <sh10233.lee@samsung.com> | 2018-04-16 11:02:59 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2018-04-16 11:03:02 -0700 |
commit | 9c8ebc9dfc04aa923a97da29a6c7c70220097ea3 (patch) | |
tree | 98bd6363cf2d5f0940b60591ec29d1b5fa67915e /src/lib/efl/CMakeLists.txt | |
parent | 9dcf6f71d066d4dc75e6f784595c38e9ab3e6b4e (diff) |
elm_menu, toolbar, ctxpopup : remove unnecesary interface efl_ui_item and efl_ui_menu
Summary:
Legacy menu toolbar and ctxpopup are not new efl interface widget,
but it have efl interfaces, efl_ui_item and efl_ui_menu.
if we plan to implement this two, it should be a class not a interface,
so I remove it on legacy widget.
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D5939
Reviewed-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/efl/CMakeLists.txt')
-rw-r--r-- | src/lib/efl/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/efl/CMakeLists.txt b/src/lib/efl/CMakeLists.txt index 909cea5b5b..0c03b5c672 100644 --- a/src/lib/efl/CMakeLists.txt +++ b/src/lib/efl/CMakeLists.txt | |||
@@ -50,8 +50,6 @@ set(PUBLIC_EO_FILES | |||
50 | interfaces/efl_text.eo | 50 | interfaces/efl_text.eo |
51 | interfaces/efl_text_types.eot | 51 | interfaces/efl_text_types.eot |
52 | interfaces/efl_types.eot | 52 | interfaces/efl_types.eot |
53 | interfaces/efl_ui_item.eo | ||
54 | interfaces/efl_ui_menu.eo | ||
55 | interfaces/efl_ui_range.eo | 53 | interfaces/efl_ui_range.eo |
56 | interfaces/efl_ui_autorepeat.eo | 54 | interfaces/efl_ui_autorepeat.eo |
57 | interfaces/efl_vpath.eo | 55 | interfaces/efl_vpath.eo |