summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_context.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_context.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.h b/src/gallium/state_trackers/wgl/shared/stw_context.h
index 91e71cf087..5e84fc28e6 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_context.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_context.h
@@ -43,26 +43,6 @@ struct wgl_context
struct wgl_context *
wgl_context_from_hdc(HDC hdc );
-//////////////////
-
-
-BOOL stw_copy_context( HGLRC hglrcSrc,
- HGLRC hglrcDst,
- UINT mask );
-
-HGLRC stw_create_context( HDC hdc, int iLayerPlane );
-
-BOOL stw_delete_context( HGLRC hglrc );
-
-HGLRC stw_get_current_context( void );
-
-HDC stw_get_current_dc( void );
-
-BOOL stw_make_current( HDC hdc, HGLRC hglrc );
-
-
-
-