E (RandR): Remove dead code lines.

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

SVN revision: 77887
This commit is contained in:
Christopher Michael 2012-10-11 14:29:07 +00:00 committed by Christopher Michael
parent 1756c3de92
commit 79339fb431
1 changed files with 1 additions and 8 deletions

View File

@ -817,14 +817,7 @@ _e_smart_cb_resize_stop(void *data, Evas_Object *obj __UNUSED__, const char *emi
/* find the closest resolution to this one and snap to it */
if ((mode = _e_smart_monitor_resolution_get(sd, ow, oh)))
{
/* set resolution text */
/* snprintf(buff, sizeof(buff), "%d x %d", mode->width, mode->height); */
/* edje_object_part_text_set(sd->o_frame, "e.text.resolution", buff); */
_e_smart_monitor_resize_snap(mon, mode);
}
_e_smart_monitor_resize_snap(mon, mode);
}
static void