diff options
author | Ian Romanick <[email protected]> | 2005-11-08 22:54:22 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-11-08 22:54:22 +0000 |
commit | 5374e4ba7eaca2ee0ca73863ffbe9e639d090e3e (patch) | |
tree | 272c6a2aa4d9c0309e47f091134b23a627d07e58 /src/mesa/main | |
parent | 4884db6eb29d30a16e5bf72da08ea6095ecd3339 (diff) |
At keithw's request, remove all traces of the "fragment program to C" and
TCC experiment.
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 11a18c19bbd..c2880b0cb39 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 |