aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland_ivi_wm.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-07-24 09:20:54 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-07-24 07:57:00 +0000
commit2796f54cf0b80ce180542198de2b2465f9d98d95 (patch)
tree258f21f4a5100d86610b3b1dff487aec8d63c8b9 /src/wayland_ivi_wm.hpp
parent320122bc177cccd69509d284a4c68c79a23e1753 (diff)
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 <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wayland_ivi_wm.hpp')
-rw-r--r--src/wayland_ivi_wm.hpp3
1 files changed, 0 insertions, 3 deletions
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<struct ivi_wm>
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