Mesa (master): util/format: remove left-over util_format_description_table declaration

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 27 21:31:29 UTC 2019


Module: Mesa
Branch: master
Commit: cc7a64f101be0939c17231257701230859dee90d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc7a64f101be0939c17231257701230859dee90d

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Thu Nov  7 17:29:00 2019 +0000

util/format: remove left-over util_format_description_table declaration

Fixes: 3c45c4bc44310c1af4f0 ("util: Cope with the fact that formats in u_format.csv are not ordered.")
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/util/format/u_format.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/util/format/u_format.h b/src/util/format/u_format.h
index 9d5972fe945..09a00e761c6 100644
--- a/src/util/format/u_format.h
+++ b/src/util/format/u_format.h
@@ -425,10 +425,6 @@ struct util_format_description
 };
 
 
-extern const struct util_format_description 
-util_format_description_table[];
-
-
 const struct util_format_description *
 util_format_description(enum pipe_format format);
 




More information about the mesa-commit mailing list