diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-31 20:19:50 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-31 20:36:49 +0900 |
commit | a47ecc87139d2a190b975dbf15709585b0677284 (patch) | |
tree | a98f5d2dae5996defb91accad62e2a2278fa5bde /src/lib/evas/canvas/efl_animation_object_group.eo | |
parent | 57d0617fec179c4fa63c30766d861e619c9856c5 (diff) |
efl_animation: Change protected methods to be internal methods
target_state_save, target_state_reset, target_map_reset methods are used
internally.
Therefore, those methods become internal methods.
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/canvas/efl_animation_object_group.eo | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/evas/canvas/efl_animation_object_group.eo b/src/lib/evas/canvas/efl_animation_object_group.eo index 0ac0787294..1ad80394f0 100644 --- a/src/lib/evas/canvas/efl_animation_object_group.eo +++ b/src/lib/evas/canvas/efl_animation_object_group.eo | |||
@@ -7,8 +7,5 @@ abstract Efl.Animation.Object.Group (Efl.Animation.Object) | |||
7 | implements { | 7 | implements { |
8 | Efl.Object.constructor; | 8 | Efl.Object.constructor; |
9 | Efl.Object.destructor; | 9 | Efl.Object.destructor; |
10 | Efl.Animation.Object.target_state_save; | ||
11 | Efl.Animation.Object.target_state_reset; | ||
12 | Efl.Animation.Object.target_map_reset; | ||
13 | } | 10 | } |
14 | } | 11 | } |