python: fix some pipe_format_simplify merge damage
[mesa.git] / src / gallium / state_trackers / python / p_device.i
index fb793d5cbd836339df4cd3057c0f778c472f9f2b..2dc995adb07687ba7e1a1835d8fd36ae51fe9b71 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;