From: José Fonseca Date: Mon, 27 Feb 2012 18:52:00 +0000 (+0000) Subject: svga: Remove unused SVGA_TEX_UNITS constant. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67e501ad29ce9b6f0a8de8a456a18a16fa38ec38;p=mesa.git svga: Remove unused SVGA_TEX_UNITS constant. --- diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h index 8a6a717d438..d6309f7085b 100644 --- a/src/gallium/drivers/svga/svga_context.h +++ b/src/gallium/drivers/svga/svga_context.h @@ -41,7 +41,6 @@ #include "svga3d_shaderdefs.h" -#define SVGA_TEX_UNITS 8 #define SVGA_MAX_POINTSIZE 80.0 struct draw_vertex_shader;