From: Brian Paul Date: Thu, 5 Feb 2009 00:37:20 +0000 (-0700) Subject: glsl: remove unused prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d96d8b21bf91c501c6a565d0be37a741fa6ff445;p=mesa.git glsl: remove unused prototype --- 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);