summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-03-12 15:00:49 -0800
committerEric Anholt <eric@anholt.net>2011-03-12 15:11:00 -0800
commit07c420a3c6799a744088f1bbe1c1a5ff157a1771 (patch)
tree38dcb0438bfa9e43ccf6829f6ef3cedc0ea5346b /src/mesa/main/mtypes.h
parent403be1111190a3fe63ae03bc0111e0a0b026495b (diff)
Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_program"
This reverts commit b4452c3baad6e0379eeb7f22f2e51d13999e1323.
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 81e281941d..4f83e2e55c 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2191,7 +2191,6 @@ struct gl_shader_state
struct gl_shader_program *CurrentVertexProgram;
struct gl_shader_program *CurrentGeometryProgram;
struct gl_shader_program *CurrentFragmentProgram;
- struct gl_shader_program *_CurrentFragmentProgram;
/**
* Program used by glUniform calls.