Mesa (gallium-screen-context): ws/gdi: remove dead context_create wrapper

Keith Whitwell keithw at kemper.freedesktop.org
Thu Feb 4 16:31:47 UTC 2010


Module: Mesa
Branch: gallium-screen-context
Commit: 5a6d09cb9e468d1ee6c8d54b887618819d8d94f2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a6d09cb9e468d1ee6c8d54b887618819d8d94f2

Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Feb  4 16:28:47 2010 +0000

ws/gdi: remove dead context_create wrapper

---

 src/gallium/winsys/gdi/gdi_softpipe_winsys.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
index c9baad2..a8f4f63 100644
--- a/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
+++ b/src/gallium/winsys/gdi/gdi_softpipe_winsys.c
@@ -284,7 +284,6 @@ gdi_softpipe_present(struct pipe_screen *screen,
 
 static const struct stw_winsys stw_winsys = {
    &gdi_softpipe_screen_create,
-   &gdi_softpipe_context_create,
    &gdi_softpipe_present,
    NULL, /* get_adapter_luid */
    NULL, /* shared_surface_open */




More information about the mesa-commit mailing list