devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0397769a65fe8735f841ddfbf846a32db1211555

commit 0397769a65fe8735f841ddfbf846a32db1211555
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Dec 8 09:32:33 2016 -0500

    evas-wayland-egl: Remove unused field from Outbuf structure
    
    This patch just removes the 'evas' field from the Outbuf structure.
    This should have actually gone in on the previous patch but I missed
    removing it :(
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/evas/engines/wayland_egl/evas_engine.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/evas/engines/wayland_egl/evas_engine.h 
b/src/modules/evas/engines/wayland_egl/evas_engine.h
index f37391a..06a9c7a 100644
--- a/src/modules/evas/engines/wayland_egl/evas_engine.h
+++ b/src/modules/evas/engines/wayland_egl/evas_engine.h
@@ -61,7 +61,6 @@ struct _Outbuf
    int w, h;
    int depth, screen, rot, alpha;
 
-   Evas *evas;
    Evas_Engine_Info_Wayland *info;
    Evas_Engine_GL_Context *gl_context;
 

-- 


Reply via email to