From 46f734266ebdb477666c9c28272b0bc297e35b4e Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Wed, 10 May 2023 10:57:57 +0900 Subject: [PATCH] e_comp_wl: remove EGL_HEIGHT and EGL_WIDTH It is useless Change-Id: I02237c5c33566abf10f8f3c6bc24ed541418f6b7 --- src/bin/e_comp_wl.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 071a1af..991c6b3 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -15,13 +15,6 @@ #define E_COM_WL_PREPARE_GAP_LOG_TIME 2000 -#ifndef EGL_HEIGHT -# define EGL_HEIGHT 0x3056 -#endif -#ifndef EGL_WIDTH -# define EGL_WIDTH 0x3057 -#endif - /* Resource Data Mapping: (wl_resource_get_user_data) * * wl_surface == e_pixmap -- 2.7.4