diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-09-06 11:56:50 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-09-13 09:57:05 +0900 |
commit | 9ed6838f17e43621eea6f388eb2f5eceba14ecad (patch) | |
tree | f32f2d1726cd03cf8b150f6e9a5caf266bd27122 /src/lib/evas/Evas_Eo.h | |
parent | 8572cd5def291aa14c79bb21ea578d024eb36999 (diff) |
evas: Remove class Efl.Canvas.Group.Clipped
The functionality is now merged inside the core Group class, which will
allow us to clean up its API.
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index bcd1b80dc0..24a4047eb8 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -48,12 +48,6 @@ | |||
48 | */ | 48 | */ |
49 | 49 | ||
50 | /** | 50 | /** |
51 | * @ingroup Evas_Smart_Object_Clipped | ||
52 | * | ||
53 | * @{ | ||
54 | */ | ||
55 | #include "canvas/efl_canvas_group_clipped.eo.h" | ||
56 | /** | ||
57 | * @} | 51 | * @} |
58 | */ | 52 | */ |
59 | 53 | ||