wayland_egl: Remove Evas_Engine_Info_Wayland_Egl_Swap_Mode enum

Nothing uses this.
This commit is contained in:
Derek Foreman 2016-11-01 11:24:12 -05:00
parent 47718ae3ea
commit 96aba5021c
1 changed files with 0 additions and 12 deletions

View File

@ -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