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.h | |
parent | 5455e88f1c2043b3703650ca827a0ed2779e82ca (diff) |
tgsi: Remove tgsi_version token.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_build.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_build.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_build.h b/src/gallium/auxiliary/tgsi/tgsi_build.h index f46f9b63071..ffea786770c 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_build.h +++ b/src/gallium/auxiliary/tgsi/tgsi_build.h @@ -36,12 +36,6 @@ struct tgsi_token; extern "C" { #endif -/* - * version - */ - -struct tgsi_version -tgsi_build_version( void ); /* * header |