python: fix some pipe_format_simplify merge damage
authorRoland Scheidegger <sroland@vmware.com>
Mon, 21 Dec 2009 17:20:31 +0000 (18:20 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 21 Dec 2009 17:20:31 +0000 (18:20 +0100)
src/gallium/state_trackers/python/p_device.i

index fb793d5..2dc995a 100644 (file)
@@ -112,10 +112,6 @@ struct st_device {
       struct pipe_texture templat;
       memset(&templat, 0, sizeof(templat));
       templat.format = format;
-<<<<<<< HEAD
-      util_format_get_block(templat.format, &templat.block);
-=======
->>>>>>> master
       templat.width0 = width;
       templat.height0 = height;
       templat.depth0 = depth;