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