Revert "wayland-egl: Added APIs for setting buffer transform and frontbuffer rendering."
authorJoonbum Ko <joonbum.ko@samsung.com>
Mon, 1 Jul 2019 07:57:23 +0000 (16:57 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 16 Feb 2023 10:10:06 +0000 (19:10 +0900)
This reverts commit 321162446f28a6caf3d4a1b1b46a6f7d0cfc069c.

Change-Id: Iea341a4891331403e5f5aa9711ca03ea11f57166

egl/wayland-egl-core.h

index 4d55098..f9a5518 100644 (file)
@@ -73,18 +73,6 @@ wl_egl_window_set_rotation(struct wl_egl_window *egl_window,
 int
 wl_egl_window_get_capabilities(struct wl_egl_window *egl_window);
 
-void
-wl_egl_window_set_buffer_transform(struct wl_egl_window *egl_window,
-                                                                  int wl_output_transform);
-
-void
-wl_egl_window_set_frontbuffer_mode(struct wl_egl_window *egl_window,
-                                                                  int set);
-
-void
-wl_egl_window_set_window_transform(struct wl_egl_window *egl_window,
-                                                                  int window_transform);
-
 #ifdef  __cplusplus
 }
 #endif