From: Michal Krol Date: Fri, 27 Nov 2009 08:19:01 +0000 (+0100) Subject: gallium: Remove tgsi_version token. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5455e88f1c2043b3703650ca827a0ed2779e82ca;p=mesa.git gallium: Remove tgsi_version token. Not really needed, never served its purpose. --- diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 7d73d7df852..588ca5e026d 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -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 {