diff options
author | Eric Engestrom <[email protected]> | 2019-11-07 17:29:00 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-12-27 21:04:43 +0000 |
commit | cc7a64f101be0939c17231257701230859dee90d (patch) | |
tree | 598da2b2ca4f518e578db9d7359c0b54096d5024 /src | |
parent | baa064f0f58f3edaf711fb87ae8beb9a8c480a7a (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/util/format/u_format.h | 4 |
1 files changed, 0 insertions, 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); |