summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-29 12:25:46 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-29 15:15:34 -0600
commitf18d4e058ed979c6e42e868c7febde4fa62c5810 (patch)
tree86a25ed13789644c855c213ab8c7b17e693afde3 /src/mesa/main/mtypes.h
parent9946012949ad294b2255f914fee4c80cff5e0040 (diff)
Remove ctx field from texenvprog_cache
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 8adc4e3373..44587ae962 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1566,7 +1566,6 @@ struct texenvprog_cache_item {
struct texenvprog_cache {
struct texenvprog_cache_item **items;
GLuint size, n_items;
- GLcontext *ctx;
};
/**