jpeg pushed a commit to branch master.

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

commit 2e49f60f611dee0494850fa5b78880cdbaed2d48
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Apr 21 21:08:30 2015 +0900

    Evas 3d: Fix clang warning
    
    Unused function
---
 src/modules/evas/engines/gl_common/evas_gl_3d.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_3d.c 
b/src/modules/evas/engines/gl_common/evas_gl_3d.c
index 7b82859..1de2c64 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_3d.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_3d.c
@@ -642,15 +642,6 @@ e3d_drawable_format_get(E3D_Drawable *drawable)
    return drawable->format;
 }
 
-static inline GLuint
-_texture_id_get(Evas_3D_Texture *texture)
-{
-   Evas_3D_Texture_Data *pd = eo_data_scope_get(texture, 
EVAS_3D_TEXTURE_CLASS);
-   E3D_Texture *tex = (E3D_Texture *)pd->engine_data;
-
-   return tex->tex;
-}
-
 static inline void
 _mesh_frame_find(Evas_3D_Mesh *mesh, int frame,
                  Eina_List **l, Eina_List **r)

-- 


Reply via email to