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:
Eric Engestrom 2019-11-07 17:29:00 +00:00
parent baa064f0f5
commit cc7a64f101
1 changed files with 0 additions and 4 deletions

View File

@ -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);