util: Remove unused util_format_planar_is_supported().
[mesa.git] / src / util / format / u_format.h
index 532b32561c13c5bb8ab98d94ab781ed3d0c29974..fb89f5786da9cca43e67c88dcba15b4fb780dbcd 100644 (file)
@@ -1399,13 +1399,6 @@ util_format_get_plane_height(enum pipe_format format, unsigned plane,
    }
 }
 
-bool util_format_planar_is_supported(struct pipe_screen *screen,
-                                     enum pipe_format format,
-                                     enum pipe_texture_target target,
-                                     unsigned sample_count,
-                                     unsigned storage_sample_count,
-                                     unsigned bind);
-
 /**
  * Return the number of components stored.
  * Formats with block size != 1x1 will always have 1 component (the block).