From 2946f6366408c4950aa4d49ef30821af24469472 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 11 Jun 2013 09:21:54 +0100 Subject: [PATCH] Remove unused fields from output structure Signed-off-by: Chris Michael --- src/modules/wl_x11/e_mod_main.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/wl_x11/e_mod_main.h b/src/modules/wl_x11/e_mod_main.h index e746672e3..0e213eed5 100644 --- a/src/modules/wl_x11/e_mod_main.h +++ b/src/modules/wl_x11/e_mod_main.h @@ -20,8 +20,6 @@ struct _E_Output_X11 Ecore_X_Window win; Ecore_X_Image *buffer; - /* Ecore_X_Pixmap pmap; */ - Ecore_X_GC gc; pixman_image_t *hw_surface;