summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_pixelformat.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_pixelformat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
index cdf687c472..b7807f712b 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
@@ -42,10 +42,6 @@ struct stw_pixelformat_color_info
uint greenshift;
uint bluebits;
uint blueshift;
-};
-
-struct stw_pixelformat_alpha_info
-{
uint alphabits;
uint alphashift;
};
@@ -60,7 +56,6 @@ struct stw_pixelformat_info
{
uint flags;
struct stw_pixelformat_color_info color;
- struct stw_pixelformat_alpha_info alpha;
struct stw_pixelformat_depth_info depth;
};