summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/compiler/shader_info.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index 182a0369ef6..f0dfecc6aec 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -141,13 +141,6 @@ typedef struct shader_info {
};
} shader_info;
-struct gl_shader_program;
-struct gl_linked_shader;
-
-void
-copy_shader_info(const struct gl_shader_program *shader_prog,
- struct gl_linked_shader *sh);
-
#ifdef __cplusplus
}
#endif