swrast: remove prototypes for obsolete functions
authorBrian Paul <brianp@vmware.com>
Sat, 19 Sep 2009 22:41:37 +0000 (16:41 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 19 Sep 2009 22:43:17 +0000 (16:43 -0600)
src/mesa/swrast/swrast.h

index 3a352a2f4d3f2a34a0891df1e6e32e61559ffa98..c183b315b6739a43dcf42170622b7968ae6ed48c 100644 (file)
@@ -207,27 +207,6 @@ extern void
 _swrast_print_vertex( GLcontext *ctx, const SWvertex *v );
 
 
-/*
- * Imaging fallbacks (a better solution should be found, perhaps
- * moving all the imaging fallback code to a new module) 
- */
-extern void
-_swrast_CopyConvolutionFilter2D(GLcontext *ctx, GLenum target, 
-                               GLenum internalFormat, 
-                               GLint x, GLint y, GLsizei width, 
-                               GLsizei height);
-extern void
-_swrast_CopyConvolutionFilter1D(GLcontext *ctx, GLenum target, 
-                               GLenum internalFormat, 
-                               GLint x, GLint y, GLsizei width);
-extern void
-_swrast_CopyColorSubTable( GLcontext *ctx,GLenum target, GLsizei start,
-                          GLint x, GLint y, GLsizei width);
-extern void
-_swrast_CopyColorTable( GLcontext *ctx, 
-                       GLenum target, GLenum internalformat,
-                       GLint x, GLint y, GLsizei width);
-
 
 extern void
 _swrast_eject_texture_images(GLcontext *ctx);