evas: removing redundant assignment in gl_drm.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Fri, 30 Oct 2015 06:19:06 +0000 (07:19 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Sat, 31 Oct 2015 01:12:06 +0000 (02:12 +0100)
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>
src/modules/evas/engines/gl_drm/evas_engine.c

index 85acd2d..0c02d03 100644 (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;
 }