diff options
author | Ben Skeggs <[email protected]> | 2010-03-09 15:30:08 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2010-03-10 16:30:03 +1000 |
commit | 139062946df4fba62a1e411073b61d4b0eeb034c (patch) | |
tree | a45ef07d701b1ca612018010d865c012c4dbcb03 /src/gallium/drivers/nv50/nv50_context.h | |
parent | 7b7fcb08542ddd63ed6ef4c6304aade3684db948 (diff) |
nv50: inline nv50_state_flush_notify()
It's (rightly) not called from anywhere else now
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index 6865686690d..8793c2aac5d 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -235,7 +235,6 @@ extern void nv50_program_destroy(struct nv50_context *nv50, /* nv50_state_validate.c */ extern boolean nv50_state_validate(struct nv50_context *nv50, unsigned dwords); -extern void nv50_state_flush_notify(struct nouveau_channel *chan); extern void nv50_so_init_sifc(struct nv50_context *nv50, struct nouveau_stateobj *so, |