diff options
author | José Fonseca <[email protected]> | 2012-02-27 18:52:00 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2012-02-27 19:24:43 +0000 |
commit | 67e501ad29ce9b6f0a8de8a456a18a16fa38ec38 (patch) | |
tree | ea5f6440653537ef0d985091a20eda3cd6c6e87f /src/gallium/drivers/svga | |
parent | e567b34f0d67a184ee17013f5262122fcd1380c0 (diff) |
svga: Remove unused SVGA_TEX_UNITS constant.
Diffstat (limited to 'src/gallium/drivers/svga')
-rw-r--r-- | src/gallium/drivers/svga/svga_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |