diff options
author | Michal Krol <mjkrol@gmail.org> | 2006-05-30 09:45:33 +0000 |
---|---|---|
committer | Michal Krol <mjkrol@gmail.org> | 2006-05-30 09:45:33 +0000 |
commit | 4decba90bed688af01271abe9ccb3d42b491b3a5 (patch) | |
tree | 7c87256a243cb68ff3da07e18cec5107443e48ab /src/mesa/shader/slang | |
parent | 23b7c7dc1469ba5bbd14f736a3c188c63cd4f280 (diff) |
Remove not needed forward declaration.
Diffstat (limited to 'src/mesa/shader/slang')
-rw-r--r-- | src/mesa/shader/slang/slang_compile_function.h | 1 |
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_ { |