diff options
author | Brian Paul <[email protected]> | 2009-02-04 17:37:20 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-04 17:37:20 -0700 |
commit | d96d8b21bf91c501c6a565d0be37a741fa6ff445 (patch) | |
tree | 8de1dc4d18340f0cc5101f86db0ad2bf648b2e32 /src/mesa/shader/slang/slang_emit.h | |
parent | 0744805d5879abd1d1d968ec6ed99c974c95add6 (diff) |
glsl: remove unused prototype
Diffstat (limited to 'src/mesa/shader/slang/slang_emit.h')
-rw-r--r-- | src/mesa/shader/slang/slang_emit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/shader/slang/slang_emit.h b/src/mesa/shader/slang/slang_emit.h index 8ff52bf605d..ab4c202d673 100644 --- a/src/mesa/shader/slang/slang_emit.h +++ b/src/mesa/shader/slang/slang_emit.h @@ -32,10 +32,6 @@ #include "main/mtypes.h" -extern void -slang_print_ir(const slang_ir_node *n, int indent); - - extern GLuint _slang_swizzle_swizzle(GLuint swz1, GLuint swz2); |