intel: remove dead prototype for old DRI1 code.
authorEric Anholt <eric@anholt.net>
Fri, 14 Oct 2011 20:54:44 +0000 (13:54 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 28 Oct 2011 18:31:11 +0000 (11:31 -0700)
Noticed while grepping for radeon code.

src/mesa/drivers/dri/intel/intel_buffers.h

index 896ec5a..e68cc67 100644 (file)
@@ -51,11 +51,6 @@ intel_draw_buffer(struct gl_context * ctx)
 }
 
 extern void intelInitBufferFuncs(struct dd_function_table *functions);
-
-void intel_get_cliprects(struct intel_context *intel,
-                        struct drm_clip_rect **cliprects,
-                        unsigned int *num_cliprects,
-                        int *x_off, int *y_off);
 #ifdef I915
 void intelCalcViewport(struct gl_context * ctx);
 #endif