diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-17 13:46:03 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-17 13:58:08 +0100 |
commit | 9fefc3530883dd2334210b0204b293ae90a77020 (patch) | |
tree | f6274ff5c796208f3a3abdf2120c06eacca130d4 /src/lib/evas/Evas_Eo.h | |
parent | 586bc5207e63bd8f622f466749781e397fc5e921 (diff) |
Revert "evas: make efl_canvas_group abstract"
This reverts commit ae65c64b8d52c3b3d032eb29474b750b7e5781cb.
It appears that abstract -> abstract enforcement is not needed anymore,
the other patches are fine. However, this one proposes a new object
which is not needed to exist.
Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D7676
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 903da2ee7c..9cea6ddc77 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -179,7 +179,6 @@ struct _Efl_Canvas_Object_Animation_Event | |||
179 | * @{ | 179 | * @{ |
180 | */ | 180 | */ |
181 | #include "canvas/efl_canvas_group.eo.h" | 181 | #include "canvas/efl_canvas_group.eo.h" |
182 | #include "canvas/efl_canvas_group_object.eo.h" | ||
183 | /** | 182 | /** |
184 | * @} | 183 | * @} |
185 | */ | 184 | */ |