summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-11-07 17:29:00 +0000
committerDylan Baker <dylan@pnwbakers.com>2020-01-07 09:20:49 -0800
commit22aa4585613fde6e436b14eb9648525eaaa1cb5a (patch)
tree439bb62fdfbb0c5519a5d7a429793bb5134c3af8 /src/gallium
parenteaa56931a15ef3c6041652c20d9828d0f3ac3a01 (diff)
downloadmesa-22aa4585613fde6e436b14eb9648525eaaa1cb5a.tar.gz
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@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> (cherry picked from commit cc7a64f101be0939c17231257701230859dee90d)
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/util/u_format.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h
index d9e232925f2..5d00ba57470 100644
--- a/src/gallium/auxiliary/util/u_format.h
+++ b/src/gallium/auxiliary/util/u_format.h
@@ -423,10 +423,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);