ecore-drm: Remove useless return

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-20 10:16:07 -04:00
parent 0fb11c15a1
commit 845dbaf7da
1 changed files with 0 additions and 2 deletions

View File

@ -631,8 +631,6 @@ _ecore_drm_output_event(const char *device, Eeze_Udev_Event event, void *data, E
if (!(output = data)) return;
/* TODO: Check if device is hotplug and update outputs */
return;
}
/**