summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-11-08 22:54:22 +0000
committerIan Romanick <idr@us.ibm.com>2005-11-08 22:54:22 +0000
commit5374e4ba7eaca2ee0ca73863ffbe9e639d090e3e (patch)
tree272c6a2aa4d9c0309e47f091134b23a627d07e58 /src/mesa/main
parent4884db6eb29d30a16e5bf72da08ea6095ecd3339 (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.h5
1 files changed, 0 insertions, 5 deletions
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