瀏覽代碼

intel: remove dead prototype for old DRI1 code.

Noticed while grepping for radeon code.
tags/mesa-8.0-rc1
Eric Anholt 14 年之前
父節點
當前提交
a9f7515890
共有 1 個檔案被更改,包括 0 行新增5 行删除
  1. 0
    5
      src/mesa/drivers/dri/intel/intel_buffers.h

+ 0
- 5
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

Loading…
取消
儲存