Remove 'changed' flag for monitor smart object.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77568
This commit is contained in:
Christopher Michael 2012-10-08 08:39:43 +00:00 committed by Christopher Michael
parent c2521cbaaf
commit 1405f6f949
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ struct _E_Smart_Data
/* visible flag */
Eina_Bool visible : 1;
/* changed flag */
Eina_Bool changed : 1;
/* resizing flag */
Eina_Bool resizing : 1;