Evas 3d: Fix clang warning

Unused function
This commit is contained in:
Jean-Philippe Andre 2015-04-21 21:08:30 +09:00
parent 3b35e354f2
commit 2e49f60f61
1 changed files with 0 additions and 9 deletions

View 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)