gallium: Remove tgsi_version token.

Not really needed, never served its purpose.
This commit is contained in:
Michal Krol
2009-11-27 09:19:01 +01:00
parent e13add8cae
commit 5455e88f1c

View File

@@ -35,12 +35,6 @@ extern "C" {
#include "p_compiler.h"
struct tgsi_version
{
unsigned Major : 8;
unsigned Minor : 8;
unsigned Padding : 16;
};
struct tgsi_header
{