devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0071b63f06f4ec1c3ab508500ee47f80a6c12d63
commit 0071b63f06f4ec1c3ab508500ee47f80a6c12d63 Author: Chris Michael <[email protected]> Date: Wed Oct 1 16:09:25 2014 -0400 e-comp-wl: Remove dead structure members Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index e68a624..a262d83 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -226,8 +226,6 @@ struct _E_Comp_Wl_Client_Data void (*configure_send)(struct wl_resource *resource, uint32_t edges, int32_t width, int32_t height); void (*configure)(struct wl_resource *resource, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); void (*ping)(struct wl_resource *resource); - void (*activate)(struct wl_resource *resource); - void (*deactivate)(struct wl_resource *resource); void (*map)(struct wl_resource *resource); void (*unmap)(struct wl_resource *resource); } shell; --
