diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_tex.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_tex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_tex.h b/src/mesa/drivers/dri/i965/intel_tex.h index dc83d0891ea..35d0a644bda 100644 --- a/src/mesa/drivers/dri/i965/intel_tex.h +++ b/src/mesa/drivers/dri/i965/intel_tex.h @@ -30,8 +30,6 @@ #include "main/formats.h" #include "brw_context.h" -struct intel_renderbuffer; - void intelInitTextureFuncs(struct dd_function_table *functions); void intelInitTextureImageFuncs(struct dd_function_table *functions); |