Wayland_SHM: Remove unused 'debug' field

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>



SVN revision: 77376
This commit is contained in:
Eduardo Lima (Etrunko) 2012-10-03 16:31:04 +00:00 committed by Eduardo de Barros Lima
parent c76d15436b
commit eb12c75f33
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#ifndef _EVAS_ENGINE_WAYLAND_SHM_H
# define _EVAS_ENGINE_WAYLAND_SHM_H
#include <Evas.h>
/*
* Wayland supoprt is considered experimental as wayland itself is still
* unstable and liable to change core protocol. If you use this api, it is
@ -18,7 +19,6 @@ struct _Evas_Engine_Info_Wayland_Shm
int rotation;
Eina_Bool destination_alpha : 1;
Eina_Bool debug : 1;
} info;
Evas_Engine_Render_Mode render_mode;

View File

@ -85,7 +85,6 @@ eng_info(Evas *evas __UNUSED__)
return NULL;
info->magic.magic = rand();
info->info.debug = EINA_FALSE;
info->render_mode = EVAS_RENDER_MODE_BLOCKING;
return info;