summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/p_format.i
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2009-11-30 23:02:49 +0100
committerRoland Scheidegger <sroland@vmware.com>2009-11-30 23:02:49 +0100
commitdecf6ed810eae473d043a4a399a5a84f1378a725 (patch)
treea2e46901a82a9e166d3416f27c755c7a4b7430ed /src/gallium/state_trackers/python/p_format.i
parentac400ffce62be47fc77e8d10cabcd39b92b6c627 (diff)
fixups for interface changes (mostly state trackers)
Diffstat (limited to 'src/gallium/state_trackers/python/p_format.i')
-rw-r--r--src/gallium/state_trackers/python/p_format.i8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/state_trackers/python/p_format.i b/src/gallium/state_trackers/python/p_format.i
index 26fb12b387..68df009331 100644
--- a/src/gallium/state_trackers/python/p_format.i
+++ b/src/gallium/state_trackers/python/p_format.i
@@ -152,11 +152,3 @@ enum pipe_format {
PIPE_FORMAT_DXT5_SRGBA,
};
-
-struct pipe_format_block
-{
- unsigned size;
- unsigned width;
- unsigned height;
-};
-