From bb99cb055dc4e4943180d5a61a9abd6bda54aca5 Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 6 Nov 2009 15:14:34 +0000 Subject: [PATCH] remove 2 more types git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@43489 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/gl_common/evas_gl_texture.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/engines/gl_common/evas_gl_texture.c b/src/modules/engines/gl_common/evas_gl_texture.c index a68c33f..15caeeb 100644 --- a/src/modules/engines/gl_common/evas_gl_texture.c +++ b/src/modules/engines/gl_common/evas_gl_texture.c @@ -95,8 +95,7 @@ _tex_sub_2d(int x, int y, int w, int h, int fmt, int type, const void *pix) } static Evas_GL_Texture_Pool * -_pool_tex_new(Evas_GL_Context *gc, int w, int h, - GLenum intformat, GLenum format) +_pool_tex_new(Evas_GL_Context *gc, int w, int h, int intformat, int format) { Evas_GL_Texture_Pool *pt; -- 2.7.4