ecore-drm: Remove dead commented line

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-13 08:13:57 +00:00
parent 722704c32c
commit 5e7d52dfad
1 changed files with 0 additions and 2 deletions

View File

@ -484,8 +484,6 @@ ecore_drm_device_close(Ecore_Drm_Device *dev)
/* reset device fd */
dev->drm.fd = -1;
/* free(data); */
return EINA_TRUE;
}