From 96d882939d612fcc8332f107befec470ed4359de Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 17 Feb 2012 01:49:49 +0100 Subject: gallium: remove unused winsys pointers in pipe_screen and pipe_context A winsys is already a private object of a driver. --- src/gallium/include/pipe/p_context.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/include/pipe/p_context.h') diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index 4c58ed049e9..aaeeb81851b 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -72,7 +72,6 @@ union pipe_color_union; * - surface functions */ struct pipe_context { - struct pipe_winsys *winsys; struct pipe_screen *screen; void *priv; /**< context private data (for DRI for example) */ -- cgit v1.2.3