[Mesa-dev] [PATCH] st/mesa: remove unused st_framebuffer::Private field

Marek Olšák maraeo at gmail.com
Fri Jul 7 17:31:24 UTC 2017


Reviewed-by: Marek Olšák <marek.olsak at amd.com>

Marek

On Fri, Jul 7, 2017 at 4:11 PM, Brian Paul <brianp at vmware.com> wrote:
> ---
>  src/mesa/state_tracker/st_context.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
> index 5c7c58d..af9149e 100644
> --- a/src/mesa/state_tracker/st_context.h
> +++ b/src/mesa/state_tracker/st_context.h
> @@ -295,7 +295,6 @@ static inline struct st_context *st_context(struct gl_context *ctx)
>  struct st_framebuffer
>  {
>     struct gl_framebuffer Base;
> -   void *Private;
>
>     struct st_framebuffer_iface *iface;
>     enum st_attachment_type statts[ST_ATTACHMENT_COUNT];
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list