r300/fragprog: Finally get rid of the duplicate program copy
[mesa.git] / src / mesa / drivers / dri / r300 / compiler / radeon_compiler.h
index 6b251ba7f19e97948d2db54b20ab39f81c8d8300..b9e1a7959af437430ad50f537e99f34728660f6b 100644 (file)
@@ -74,7 +74,6 @@ void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsig
 struct r300_fragment_program_compiler {
        struct radeon_compiler Base;
        struct rX00_fragment_program_code *code;
-       struct gl_program * program;
        struct r300_fragment_program_external_state state;
        GLboolean is_r500;
 };