r300: remove some unused code
authorDave Airlie <airlied@nx6125b.(none)>
Sun, 1 Jul 2007 08:42:27 +0000 (18:42 +1000)
committerDave Airlie <airlied@nx6125b.(none)>
Sun, 1 Jul 2007 08:42:27 +0000 (18:42 +1000)
src/mesa/drivers/dri/r300/r300_swtcl.h

index 92362b7..8e56c5d 100644 (file)
@@ -41,35 +41,4 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 extern void r300InitSwtcl( GLcontext *ctx );
 extern void r300DestroySwtcl( GLcontext *ctx );
 
-#if 0
-extern void r200ChooseRenderState( GLcontext *ctx );
-extern void r200ChooseVertexState( GLcontext *ctx );
-
-extern void r200CheckTexSizes( GLcontext *ctx );
-
-extern void r200BuildVertices( GLcontext *ctx, GLuint start, GLuint count,
-                                GLuint newinputs );
-
-extern void r200PrintSetupFlags(char *msg, GLuint flags );
-
-
-extern void r200_emit_indexed_verts( GLcontext *ctx,
-                                      GLuint start,
-                                      GLuint count );
-
-extern void r200_translate_vertex( GLcontext *ctx, 
-                                    const r200Vertex *src, 
-                                    SWvertex *dst );
-
-extern void r200_print_vertex( GLcontext *ctx, const r200Vertex *v );
-
-extern void r200_import_float_colors( GLcontext *ctx );
-extern void r200_import_float_spec_colors( GLcontext *ctx );
-
-extern void r200PointsBitmap( GLcontext *ctx, GLint px, GLint py,
-                             GLsizei width, GLsizei height,
-                             const struct gl_pixelstore_attrib *unpack,
-                             const GLubyte *bitmap );
-#endif
-
 #endif