derekf pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=96aba5021cd1aa6af5cd69ae3f2542fc8f8c7379

commit 96aba5021cd1aa6af5cd69ae3f2542fc8f8c7379
Author: Derek Foreman <[email protected]>
Date:   Tue Nov 1 11:24:12 2016 -0500

    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

-- 


Reply via email to