ecore-drm: Remove unused API function that should not have been committed
authorChris Michael <cp.michael@samsung.com>
Wed, 8 Apr 2015 14:20:07 +0000 (10:20 -0400)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 10 Apr 2015 09:09:50 +0000 (11:09 +0200)
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>
src/lib/ecore_drm/Ecore_Drm.h

index 5cf3902..9c29505 100644 (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
  *