From 2796f54cf0b80ce180542198de2b2465f9d98d95 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Tue, 24 Jul 2018 09:20:54 +0900 Subject: Remove useless functions These functions are not used anymore because of upgrade of wayland-ivi-extension * layer_configuration * layer_orientation * layer_screen Change-Id: I794fa13a3203b929c8fc49d6fb96b14004aa0fcc Signed-off-by: Kazumasa Mitsunari --- src/wayland_ivi_wm.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/wayland_ivi_wm.hpp') diff --git a/src/wayland_ivi_wm.hpp b/src/wayland_ivi_wm.hpp index 06c1e1b..ac9a7fc 100644 --- a/src/wayland_ivi_wm.hpp +++ b/src/wayland_ivi_wm.hpp @@ -317,9 +317,6 @@ struct controller : public wayland_proxy void layer_destroyed(struct layer *l, uint32_t layer_id); void layer_error_detected(uint32_t object_id, uint32_t error_code, char const *error_text); - void layer_configuration(struct layer *l, int32_t width, int32_t height); - void layer_orientation(struct layer *l, int32_t orientation); - void layer_screen(struct layer *l, struct wl_output *screen); }; } // namespace compositor -- cgit 1.2.3-korg