mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
glsl: remove unrequired forward declaration
This was added in 2548092ad8 although I don't see why as it
was already in the linker.h header.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
9dd6a4ea79
commit
6235b69134
1 changed files with 0 additions and 2 deletions
|
|
@ -82,8 +82,6 @@
|
|||
#include "main/enums.h"
|
||||
|
||||
|
||||
void linker_error(gl_shader_program *, const char *, ...);
|
||||
|
||||
namespace {
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue