diff options
author | Brian Paul <brianp@vmware.com> | 2010-11-04 13:35:20 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-11-04 13:35:20 -0600 |
commit | ef6b7e0a30814badd201ca1b3e1f5afb4ba21fef (patch) | |
tree | 5a83a4efe478fe6506da5331e45ae2a73b910320 /src/gallium | |
parent | 646a8b7e1dfbd126819d577a94102e64748d0b9d (diff) |
tgsi: remove unused function
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_build.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_build.c b/src/gallium/auxiliary/tgsi/tgsi_build.c index 1f7d7f190a..16a205f206 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_build.c +++ b/src/gallium/auxiliary/tgsi/tgsi_build.c @@ -177,17 +177,6 @@ tgsi_build_declaration_range( } static struct tgsi_declaration_dimension -tgsi_default_declaration_dimension(void) -{ - struct tgsi_declaration_dimension dd; - - dd.Index2D = 0; - dd.Padding = 0; - - return dd; -} - -static struct tgsi_declaration_dimension tgsi_build_declaration_dimension(unsigned index_2d, struct tgsi_declaration *declaration, struct tgsi_header *header) |