E (RandR): Remove dead code.

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

SVN revision: 77712
This commit is contained in:
Christopher Michael 2012-10-10 07:55:06 +00:00 committed by Christopher Michael
parent b10d7e3c9a
commit 8b5d261d50
1 changed files with 0 additions and 8 deletions

View File

@ -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