devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f4ba6fdc2d5e4022a373d1fa89e2bd045d487564

commit f4ba6fdc2d5e4022a373d1fa89e2bd045d487564
Author: Chris Michael <[email protected]>
Date:   Thu Oct 30 09:35:26 2014 -0400

    ecore-drm: Remove dead functions
    
    Summary: These functions were never exposed via API/Header, and never
    used internally. Since drm gbm stuff is handled inside the gl_drm evas
    engine now, we don't need this code here.
    
    @fix
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_drm/ecore_drm.c | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/src/lib/ecore_drm/ecore_drm.c b/src/lib/ecore_drm/ecore_drm.c
index 4f15893..c341c19 100644
--- a/src/lib/ecore_drm/ecore_drm.c
+++ b/src/lib/ecore_drm/ecore_drm.c
@@ -136,18 +136,3 @@ ecore_drm_shutdown(void)
    /* return init count */
    return _ecore_drm_init_count;
 }
-
-EAPI void *
-ecore_drm_gbm_get(Ecore_Drm_Device *dev)
-{
-   if (!dev) return NULL;
-
-   return NULL;
-}
-
-EAPI unsigned int 
-ecore_drm_gbm_format_get(Ecore_Drm_Device *dev)
-{
-   if (!dev) return 0;
-   return dev->format;
-}

-- 


Reply via email to