From 5374e4ba7eaca2ee0ca73863ffbe9e639d090e3e Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 8 Nov 2005 22:54:22 +0000 Subject: At keithw's request, remove all traces of the "fragment program to C" and TCC experiment. --- src/mesa/main/mtypes.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 11a18c19bb..c2880b0cb3 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1807,11 +1807,6 @@ struct fragment_program GLenum FogOption; struct program_parameter_list *Parameters; /**< array [NumParameters] */ GLboolean UsesKill; - -#ifdef USE_TCC - char c_str[4096]; /* experimental... */ - int c_strlen; -#endif }; struct ati_fragment_shader -- cgit v1.2.3