Evas 3d: Fix clang warning
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Apr 2015 12:08:30 +0000 (21:08 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Apr 2015 12:08:30 +0000 (21:08 +0900)
Unused function

src/modules/evas/engines/gl_common/evas_gl_3d.c

index 7b82859..1de2c64 100644 (file)
@@ -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)