efl_gfx: Remove color_part API (EO)
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 13 Sep 2017 08:00:14 +0000 (17:00 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 13 Sep 2017 09:03:34 +0000 (18:03 +0900)
commit21c72948dbc926db77e355c1fb18026e13d043c3
treeba96e80c6224965b3836a442daf5c5adf48707b8
parent13da5e980eb43288b9b9f502cb6a7a000e1f26ea
efl_gfx: Remove color_part API (EO)

This API was introduced in commit:
  cd3f8db506379a770ef37134748a64adfae66ab3

This was since limited to EO only APIs, and totally underexploited.
After that, efl_part() was introduced, which defines how all part APIs
should be designed.

Nothing uses this API, efl_vg had an implementation that provides no
extra value over the other APIs.
src/lib/efl/interfaces/efl_gfx.eo
src/lib/evas/canvas/efl_canvas_object.eo
src/lib/evas/canvas/efl_vg.eo
src/lib/evas/canvas/efl_vg_shape.eo
src/lib/evas/canvas/evas_object_main.c
src/lib/evas/canvas/evas_vg_node.c
src/lib/evas/canvas/evas_vg_shape.c