Remove not needed forward declaration.
authorMichal Krol <mjkrol@gmail.org>
Tue, 30 May 2006 09:45:33 +0000 (09:45 +0000)
committerMichal Krol <mjkrol@gmail.org>
Tue, 30 May 2006 09:45:33 +0000 (09:45 +0000)
src/mesa/shader/slang/slang_compile_function.h

index 96a6598..24bc0d6 100644 (file)
@@ -30,7 +30,6 @@ extern "C" {
 #endif
 
 struct slang_code_unit_;
-struct slang_translation_unit_;
 
 typedef enum slang_function_kind_
 {