diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-21 15:45:31 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-21 16:13:04 +0900 |
commit | 269fc4f7a643358ac943b5454bafc14b5d14836c (patch) | |
tree | f9de7a7420359da4b589d5ec3e72d9706225efa9 /src/lib/evas/Evas_Eo.h | |
parent | dfe7e8892a547220979076832cd61fa613443e40 (diff) |
evas: Remove common interface and use provider_find
Evas.Common_Interface not only had a bad name, it also
wasn't in line with how we can get a loop object, for
instance.
Use eo_provider_find in each implementing class.
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 3af5ca00f6..02a993f426 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -62,8 +62,6 @@ | |||
62 | * @} | 62 | * @} |
63 | */ | 63 | */ |
64 | 64 | ||
65 | #include "canvas/evas_common_interface.eo.h" | ||
66 | |||
67 | #include "canvas/efl_canvas_object.eo.h" | 65 | #include "canvas/efl_canvas_object.eo.h" |
68 | #endif /* EFL_EO_API_SUPPORT */ | 66 | #endif /* EFL_EO_API_SUPPORT */ |
69 | 67 | ||