mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
util/format: remove left-over util_format_description_table declaration
Fixes: 3c45c4bc44 ("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>
This commit is contained in:
parent
baa064f0f5
commit
cc7a64f101
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue