From 79339fb4319cc85a2530f1b3bd8e49738e2f7e04 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 11 Oct 2012 14:29:07 +0000 Subject: [PATCH] E (RandR): Remove dead code lines. Signed-off-by: Christopher Michael SVN revision: 77887 --- src/modules/conf_randr/e_smart_monitor.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index 7be94bda0..163eddc93 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -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