From 4decba90bed688af01271abe9ccb3d42b491b3a5 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Tue, 30 May 2006 09:45:33 +0000 Subject: [PATCH] Remove not needed forward declaration. --- src/mesa/shader/slang/slang_compile_function.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/shader/slang/slang_compile_function.h b/src/mesa/shader/slang/slang_compile_function.h index 96a6598..24bc0d6 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_ { -- 2.7.4