From 1405f6f94997e7cf3fc72c8074649059c7769b92 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 8 Oct 2012 08:39:43 +0000 Subject: [PATCH] Remove 'changed' flag for monitor smart object. Signed-off-by: Christopher Michael SVN revision: 77568 --- src/modules/conf_randr/e_smart_monitor.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index dbd601bc1..59d0e7efc 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -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;