Wayland_SHM: Remove unecessary initialization

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



SVN revision: 77375
This commit is contained in:
Eduardo Lima (Etrunko) 2012-10-03 16:30:45 +00:00 committed by Eduardo de Barros Lima
parent 4c750dfd37
commit c76d15436b
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ ecore_evas_wayland_shm_new(const char *disp_name, unsigned int parent, int x, in
einfo->info.rotation = ee->rotation;
einfo->info.destination_alpha = ee->alpha;
einfo->info.rotation = ee->rotation;
einfo->info.debug = EINA_FALSE;
if (!evas_engine_info_set(ee->evas, (Evas_Engine_Info *)einfo))
{
ERR("Failed to set Evas Engine Info for '%s'", ee->driver);