i965: Make brw_vs_outputs_written static.

Drop a prototype.  Trivial.
This commit is contained in:
Kenneth Graunke 2018-05-01 23:02:16 -07:00
parent 3e56e4642f
commit 9f6082f6c7
2 changed files with 1 additions and 5 deletions

View File

@ -69,7 +69,7 @@ brw_select_clip_planes(struct gl_context *ctx)
}
}
GLbitfield64
static GLbitfield64
brw_vs_outputs_written(struct brw_context *brw, struct brw_vs_prog_key *key,
GLbitfield64 user_varyings)
{

View File

@ -39,10 +39,6 @@
extern "C" {
#endif
GLbitfield64
brw_vs_outputs_written(struct brw_context *brw, struct brw_vs_prog_key *key,
GLbitfield64 outputs_written);
void
brw_upload_vs_prog(struct brw_context *brw);