summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2012-09-15 13:14:27 +1000
committerDave Airlie <[email protected]>2012-09-15 18:03:30 +1000
commitda86e62d3c582dc3a96e361692d876c956b1fd24 (patch)
tree1909e6ac559060f90d74ebc15290fbed12ba32a5 /src/mesa/main
parent14b4e727fbea0da506dd8117a43cca2585043fa9 (diff)
mesa/ati_fragshader: no need for opcodes to be global.
I can't see these in use anywhere outside this file. Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/atifragshader.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/atifragshader.h b/src/mesa/main/atifragshader.h
index 90ada212a01..86214d47389 100644
--- a/src/mesa/main/atifragshader.h
+++ b/src/mesa/main/atifragshader.h
@@ -25,8 +25,6 @@ struct ati_fs_opcode_st
GLint num_src_args;
};
-extern struct ati_fs_opcode_st ati_fs_opcodes[];
-
struct atifragshader_src_register
{
GLuint Index;