bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e1b8bd8c8bf625d33bd4bd6ee5e93c17c52eea5c
commit e1b8bd8c8bf625d33bd4bd6ee5e93c17c52eea5c Author: Marcel Hollerbach <[email protected]> Date: Thu Jul 13 10:23:56 2017 +0200 elementary: no need to provide the new legacy api The api is beta AND only usable in eo, so no need to add those apis here --- src/lib/elementary/Elementary.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index 4ec11f3c2c..c54000f3b2 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h @@ -149,12 +149,6 @@ EAPI extern Elm_Version *elm_version; # include "efl_ui_focus_manager_sub.eo.h" # include "efl_ui_focus_manager_root_focus.eo.h" # include "efl_ui_focus_user.eo.h" -#else -# include "efl_ui_focus_object.eo.legacy.h" -# include "efl_ui_focus_manager.eo.legacy.h" -# include "efl_ui_focus_manager_sub.eo.legacy.h" -# include "efl_ui_focus_manager_root_focus.eo.legacy.h" -# include "efl_ui_focus_user.eo.legacy.h" #endif #include <elm_tooltip.h> --
