summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-10-14 13:54:44 -0700
committerEric Anholt <[email protected]>2011-10-28 11:31:11 -0700
commita9f75158908d027800c56b4879480cbcefd9414f (patch)
treedc29abfe38f94da86859db4e764de067005ef017 /src/mesa/drivers/dri
parent339c1731c346f21bf212e4d94d57d09d8cbfc9f4 (diff)
intel: remove dead prototype for old DRI1 code.
Noticed while grepping for radeon code.
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r--src/mesa/drivers/dri/intel/intel_buffers.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_buffers.h b/src/mesa/drivers/dri/intel/intel_buffers.h
index 896ec5ae9a0..e68cc672665 100644
--- a/src/mesa/drivers/dri/intel/intel_buffers.h
+++ b/src/mesa/drivers/dri/intel/intel_buffers.h
@@ -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