evas: removing redundant assignment in gl_drm.

Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D3235

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Srivardhan Hebbar 2015-10-30 07:19:06 +01:00 committed by Cedric BAIL
parent 4c8ccc211c
commit 5964a44826
1 changed files with 0 additions and 2 deletions

View File

@ -403,8 +403,6 @@ evgl_eng_native_window_destroy(void *data, void *native_window)
gbm_surface_destroy((struct gbm_surface *)native_window);
native_window = NULL;
return 1;
}