diff options
author | Brian Paul <[email protected]> | 2009-03-07 11:53:18 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-07 11:53:18 -0700 |
commit | 69e07bdeb42f2454f5052f86119adfb68f253098 (patch) | |
tree | b470fe705977cb5173f85c31c806bba5a48a504c /src/mesa/shader/prog_instruction.h | |
parent | 34e77493ce451e888a5c4292e3b5d49063d6d0a6 (diff) |
mesa: remove GL_MESA_program_debug extension
This was never fully fleshed out and hasn't been used.
Diffstat (limited to 'src/mesa/shader/prog_instruction.h')
-rw-r--r-- | src/mesa/shader/prog_instruction.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 95dd7fda7f4..4adce11f957 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -421,11 +421,6 @@ struct prog_instruction /** for driver use (try to remove someday) */ GLint Aux; - - /* XXX obsolete - remove someday */ -#if FEATURE_MESA_program_debug - GLshort StringPos; -#endif }; |