Length is optional here when getting edid from output.

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

SVN revision: 83554
This commit is contained in:
Christopher Michael 2013-02-01 11:50:59 +00:00 committed by Christopher Michael
parent 1f9a84b9cc
commit e6be42978b
1 changed files with 0 additions and 2 deletions

View File

@ -2527,8 +2527,6 @@ ecore_x_randr_output_edid_get(Ecore_X_Window root EINA_UNUSED, Ecore_X_Randr_Out
if (_randr_version < RANDR_VERSION_1_2) return NULL;
if (!length) return NULL;
/* try to get the edid atom */
if (!(edid = XInternAtom(_ecore_x_disp, RR_PROPERTY_RANDR_EDID, True)))
return NULL;