From 8b5d261d501d4dbe0f2d4e09157ae06789070d25 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 10 Oct 2012 07:55:06 +0000 Subject: [PATCH] E (RandR): Remove dead code. Signed-off-by: Christopher Michael SVN revision: 77712 --- src/modules/conf_randr/e_smart_monitor.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index 4e2dcd539..53d9d6b76 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -353,14 +353,6 @@ e_smart_monitor_crtc_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y if (w) *w = sd->crtc->geometry.w; if (h) *h = sd->crtc->geometry.h; } - /* else */ - /* { */ - /* if (sd->crtc->monitor) */ - /* { */ - /* if (w) *w = sd->crtc->monitor->size_mm.width; */ - /* if (h) *h = sd->crtc->monitor->size_mm.height; */ - /* } */ - /* } */ } void