summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2006-05-30 09:45:33 +0000
committerMichal Krol <mjkrol@gmail.org>2006-05-30 09:45:33 +0000
commit4decba90bed688af01271abe9ccb3d42b491b3a5 (patch)
tree7c87256a243cb68ff3da07e18cec5107443e48ab
parent23b7c7dc1469ba5bbd14f736a3c188c63cd4f280 (diff)
Remove not needed forward declaration.
-rw-r--r--src/mesa/shader/slang/slang_compile_function.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_compile_function.h b/src/mesa/shader/slang/slang_compile_function.h
index 96a6598da6..24bc0d6ffd 100644
--- a/src/mesa/shader/slang/slang_compile_function.h
+++ b/src/mesa/shader/slang/slang_compile_function.h
@@ -30,7 +30,6 @@ extern "C" {
#endif
struct slang_code_unit_;
-struct slang_translation_unit_;
typedef enum slang_function_kind_
{