projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa064f
)
util/format: remove left-over util_format_description_table declaration
author
Eric Engestrom
<eric.engestrom@intel.com>
Thu, 7 Nov 2019 17:29:00 +0000
(17:29 +0000)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Fri, 27 Dec 2019 21:04:43 +0000
(21:04 +0000)
Fixes: 3c45c4bc44310c1af4f0 ("util: Cope with the fact that formats in u_format.csv are not ordered.")
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/util/format/u_format.h
patch
|
blob
|
history
diff --git
a/src/util/format/u_format.h
b/src/util/format/u_format.h
index 9d5972fe945a147018f7032f0ff2affefd4b85c9..09a00e761c6c6e0d312a5e2dae87be94f3cb2026 100644
(file)
--- 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);