E (RandR): Don't need the "snapped" field in this structure anymore.

SVN revision: 77266
This commit is contained in:
Christopher Michael 2012-10-01 11:43:41 +00:00
parent 54984d38ef
commit 0ae612a055
1 changed files with 0 additions and 4 deletions

View File

@ -22,9 +22,6 @@ struct _E_Smart_Data
/* resizing flag */
Eina_Bool resizing : 1;
/* snapped flag */
Eina_Bool snapped : 1;
/* rotating flag */
Eina_Bool rotating : 1;
@ -1026,7 +1023,6 @@ _e_smart_monitor_resize_snap(Evas_Object *obj, Ecore_X_Randr_Mode_Info *mode)
char buff[1024];
if (!(sd = evas_object_smart_data_get(obj))) return;
sd->snapped = EINA_TRUE;
/* resize the child object */
e_layout_child_resize(obj, mode->width, mode->height);