Mesa (master): intel: remove dead prototype for old DRI1 code.

Eric Anholt anholt at kemper.freedesktop.org
Fri Oct 28 18:39:38 UTC 2011


Module: Mesa
Branch: master
Commit: a9f75158908d027800c56b4879480cbcefd9414f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9f75158908d027800c56b4879480cbcefd9414f

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Oct 14 13:54:44 2011 -0700

intel: remove dead prototype for old DRI1 code.

Noticed while grepping for radeon code.

---

 src/mesa/drivers/dri/intel/intel_buffers.h |    5 -----
 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 896ec5a..e68cc67 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




More information about the mesa-commit mailing list