diff options
author | Rob Clark <[email protected]> | 2014-04-08 16:48:49 -0400 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2014-04-17 09:40:42 +0200 |
commit | 3c520132737623d53e5c8dec6d3496ab8dffda1f (patch) | |
tree | a677aa506f062ae65cac103bbf2813d00adc32dc /src/gallium/state_trackers/xa/xa_priv.h | |
parent | cda5e0c25ea5f8ab38b69f1f04099acfa3f0ced2 (diff) |
st/xa: remove unneeded args
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Thomas Hellstrom <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/xa/xa_priv.h')
-rw-r--r-- | src/gallium/state_trackers/xa/xa_priv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/xa/xa_priv.h b/src/gallium/state_trackers/xa/xa_priv.h index b99c2144eb4..8b96bf56417 100644 --- a/src/gallium/state_trackers/xa/xa_priv.h +++ b/src/gallium/state_trackers/xa/xa_priv.h @@ -236,8 +236,7 @@ void renderer_draw_yuv(struct xa_context *r, struct xa_surface *srf[]); void renderer_bind_destination(struct xa_context *r, - struct pipe_surface *surface, int width, - int height); + struct pipe_surface *surface); void renderer_init_state(struct xa_context *r); void renderer_copy_prepare(struct xa_context *r, |