summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_context.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-02-19 10:52:08 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-02-19 10:59:13 +0000
commitd32ae764e930abb70ca2cc79ad18fdb32141ca0d (patch)
tree8292099dad415b6e28939e65f9397fc85b5f9751 /src/gallium/state_trackers/wgl/shared/stw_context.h
parentd98bc1e32470c7b78e8246f1cbcfb96d0fa6338c (diff)
wgl: Share more code between icd and standalone driver.
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_context.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_context.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.h b/src/gallium/state_trackers/wgl/shared/stw_context.h
index 89a8f900d8..b289615272 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_context.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_context.h
@@ -37,17 +37,6 @@ struct stw_context
struct st_context *st;
HDC hdc;
DWORD color_bits;
- struct stw_context *next;
};
-struct stw_context *
-stw_context_from_hdc(HDC hdc );
-
-
-
-
-
-
-
-
#endif /* STW_CONTEXT_H */