gallium/util: remove dummy function util_format_is_supported
[mesa.git] / src / gallium / auxiliary / util / u_format.c
index e0325e9c534974b15c6553bb21daa6c82f23f386..1dd724d9b8418350671b93364bf527642545fbd7 100644 (file)
@@ -235,19 +235,6 @@ util_format_is_subsampled_422(enum pipe_format format)
       desc->block.bits == 32;
 }
 
-boolean
-util_format_is_supported(enum pipe_format format, unsigned bind)
-{
-   if (format >= PIPE_FORMAT_COUNT) {
-      return FALSE;
-   }
-
-   (void)bind;
-
-   return TRUE;
-}
-
-
 /**
  * Calculates the MRD for the depth format. MRD is used in depth bias
  * for UNORM and unbound depth buffers. When the depth buffer is floating