diff options
author | Michal Krol <[email protected]> | 2009-11-27 10:06:41 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-11-27 10:06:41 +0100 |
commit | e6133564bf2e65fc86f626a45d7977bdeaff8579 (patch) | |
tree | 1edecf5cd31fcd9ad6e80d5ab38b804dd7b47013 /src/gallium/auxiliary/tgsi/tgsi_build.c | |
parent | 5455e88f1c2043b3703650ca827a0ed2779e82ca (diff) |
tgsi: Remove tgsi_version token.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_build.c')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_build.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_build.c b/src/gallium/auxiliary/tgsi/tgsi_build.c index d80222bcf44..d75ab1b3ff9 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_build.c +++ b/src/gallium/auxiliary/tgsi/tgsi_build.c @@ -30,21 +30,6 @@ #include "tgsi_build.h" #include "tgsi_parse.h" -/* - * version - */ - -struct tgsi_version -tgsi_build_version( void ) -{ - struct tgsi_version version; - - version.Major = 1; - version.Minor = 1; - version.Padding = 0; - - return version; -} /* * header |