From 96aba5021cd1aa6af5cd69ae3f2542fc8f8c7379 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Tue, 1 Nov 2016 11:24:12 -0500 Subject: [PATCH] wayland_egl: Remove Evas_Engine_Info_Wayland_Egl_Swap_Mode enum Nothing uses this. --- .../evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h b/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h index 8ccc280..a3f0e1a 100644 --- a/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h +++ b/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h @@ -1,20 +1,8 @@ #ifndef _EVAS_ENGINE_WAYLAND_EGL_H # define _EVAS_ENGINE_WAYLAND_EGL_H -# define EVAS_ENGINE_WAYLAND_EGL_SWAP_MODE_EXISTS 1 - typedef struct _Evas_Engine_Info_Wayland_Egl Evas_Engine_Info_Wayland_Egl; -typedef enum _Evas_Engine_Info_Wayland_Egl_Swap_Mode -{ - EVAS_ENGINE_WAYLAND_EGL_SWAP_MODE_AUTO = 0, - EVAS_ENGINE_WAYLAND_EGL_SWAP_MODE_FULL = 1, - EVAS_ENGINE_WAYLAND_EGL_SWAP_MODE_COPY = 2, - EVAS_ENGINE_WAYLAND_EGL_SWAP_MODE_DOUBLE = 3, - EVAS_ENGINE_WAYLAND_EGL_SWAP_MODE_TRIPLE = 4, - EVAS_ENGINE_WAYLAND_EGL_SWAP_MODE_QUADRUPLE = 5 -} Evas_Engine_Info_Wayland_Egl_Swap_Mode; - struct _Evas_Engine_Info_Wayland_Egl { /* PRIVATE - don't mess with this baby or evas will poke its tongue out -- 2.7.4