Remove 2 unused integer members from window structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-29 08:54:37 +01:00
parent 517f8fe2b1
commit 8d3caa1dba
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ struct _Ecore_Wl_Window
} pointer;
int id, surface_id;
int x, y;
int edges;
Eina_Rectangle allocation;