Mesa (master): glsl: remove unused prototype

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 5 00:46:34 UTC 2009


Module: Mesa
Branch: master
Commit: d96d8b21bf91c501c6a565d0be37a741fa6ff445
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d96d8b21bf91c501c6a565d0be37a741fa6ff445

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb  4 17:37:20 2009 -0700

glsl: remove unused prototype

---

 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 8ff52bf..ab4c202 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);
 




More information about the mesa-commit mailing list