diff options
author | Marek Olšák <[email protected]> | 2012-02-17 01:49:49 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-02-21 21:09:16 +0100 |
commit | 96d882939d612fcc8332f107befec470ed4359de (patch) | |
tree | 1cb90df7f1fbd22a44e466a8b0f6d4d25ba04c34 /src/gallium/include/pipe/p_screen.h | |
parent | f33d100fa71cecfb163dd91cd56b9a2788a43c22 (diff) |
gallium: remove unused winsys pointers in pipe_screen and pipe_context
A winsys is already a private object of a driver.
Diffstat (limited to 'src/gallium/include/pipe/p_screen.h')
-rw-r--r-- | src/gallium/include/pipe/p_screen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index 70d41357898..45c441b2fcf 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -54,7 +54,6 @@ extern "C" { struct winsys_handle; /** Opaque type */ struct pipe_fence_handle; -struct pipe_winsys; struct pipe_resource; struct pipe_surface; struct pipe_transfer; @@ -66,8 +65,6 @@ struct pipe_transfer; * context. */ struct pipe_screen { - struct pipe_winsys *winsys; - void (*destroy)( struct pipe_screen * ); |