ecore-drm: Remove unused API function that should not have been committed

Summary: This API was added in the header while testing a theory, and
should not have been committed.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-08 10:20:07 -04:00 committed by Stefan Schmidt
parent 8f661eb5d1
commit db87e02ac6
1 changed files with 0 additions and 2 deletions

View File

@ -212,8 +212,6 @@ EAPI int ecore_drm_device_fd_get(Ecore_Drm_Device *dev);
EAPI void ecore_drm_device_window_set(Ecore_Drm_Device *dev, unsigned int window);
EAPI const char *ecore_drm_device_name_get(Ecore_Drm_Device *dev);
EAPI void ecore_drm_device_fb_set(Ecore_Drm_Device *dev, Ecore_Drm_Fb *fb);
/**
* Setup an Ecore_Drm_Device for software rendering
*