From: raster Date: Fri, 6 Nov 2009 15:14:34 +0000 (+0000) Subject: remove 2 more types X-Git-Tag: 2.0_alpha~240^2~2206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb99cb055dc4e4943180d5a61a9abd6bda54aca5;p=framework%2Fuifw%2Fevas.git remove 2 more types git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@43489 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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;