projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0744805
)
glsl: remove unused prototype
author
Brian Paul
<brianp@vmware.com>
Thu, 5 Feb 2009 00:37:20 +0000
(17:37 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 5 Feb 2009 00:37:20 +0000
(17:37 -0700)
src/mesa/shader/slang/slang_emit.h
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_emit.h
b/src/mesa/shader/slang/slang_emit.h
index 8ff52bf605d650b1436378e8f0ec730ad6cd4c9a..ab4c202d673e7b67d8a682f2c258a0423f8dd36b 100644
(file)
--- 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);