hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=213301df35358d7baeb46daee0e59d4fa9a4fb12
commit 213301df35358d7baeb46daee0e59d4fa9a4fb12 Author: Boris Faure <bill...@gmail.com> Date: Mon Jul 15 14:09:13 2019 +0900 efl.h: avoid redefinition of typedef 'Efl_Gfx_Path_Command' Reviewers: zmike, bu5hm4n, cedric, raster Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9311 --- src/lib/efl/Efl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 5cbd1c2f96..d2746eeedc 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h @@ -227,8 +227,6 @@ EAPI Eina_Future *efl_ui_view_factory_create_with_event(Efl_Ui_Factory *factory, #include "interfaces/efl_text_types.eot.h" #endif -typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; - #endif /* work-around bug in gcc --as-needed link optimization */ --