evas/gl_x11 - trivial fix.

SVN revision: 79092
This commit is contained in:
ChunEon Park 2012-11-10 11:07:35 +00:00
parent cda5755122
commit 09486ba3bb
1 changed files with 1 additions and 2 deletions

View File

@ -592,7 +592,7 @@ int _evas_engine_GL_X11_log_dom = -1;
static Evas_Func func, pfunc;
static void *
eng_info(Evas *eo_e)
eng_info(Evas *eo_e EINA_UNUSED)
{
Evas_Engine_Info_GL_X11 *info;
@ -603,7 +603,6 @@ eng_info(Evas *eo_e)
info->func.best_depth_get = eng_best_depth_get;
info->render_mode = EVAS_RENDER_MODE_BLOCKING;
return info;
eo_e = NULL;
}
static void