From 2e49f60f611dee0494850fa5b78880cdbaed2d48 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 21 Apr 2015 21:08:30 +0900 Subject: [PATCH] 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) -- 2.7.4