Remove pending_allocation member of window structure (not used

anywhere).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-29 08:36:21 +01:00
parent 9bdda19eaf
commit 2811dad225
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ struct _Ecore_Wl_Window
int x, y;
int edges;
Eina_Rectangle allocation, pending_allocation;
Eina_Rectangle allocation;
Eina_Rectangle saved_allocation, server_allocation;
/* Eina_Bool redraw_scheduled : 1; */