ivi-shell: remove add_configured_listener left-over

In all my rebases, this got accidentally left behind. The implementation
was removed in 4a7503976b but
32ca791df8 reintroduced it.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Pekka Paalanen 2016-03-16 15:51:35 +02:00
parent 32ca791df8
commit 5cbf1e8146

View File

@ -53,10 +53,6 @@ ivi_layout_surface_create(struct weston_surface *wl_surface,
void
ivi_layout_init_with_compositor(struct weston_compositor *ec);
void
ivi_layout_surface_add_configured_listener(struct ivi_layout_surface *ivisurf,
struct wl_listener *listener);
void
ivi_layout_surface_destroy(struct ivi_layout_surface *ivisurf);