summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_half.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-04-01 15:15:28 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-04-01 15:15:28 +0100
commit89034b8ae71ca12f9a12935807a33caa686ede00 (patch)
tree083fe8f155d10f975169da4ea58f77a0c01c6ff8 /src/gallium/auxiliary/util/u_half.c
parent982d36667dcb53236cfd9668b56f7e91d49e9f0a (diff)
util: Declare util_half_init_tables only once.
Diffstat (limited to 'src/gallium/auxiliary/util/u_half.c')
-rw-r--r--src/gallium/auxiliary/util/u_half.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/util/u_half.c b/src/gallium/auxiliary/util/u_half.c
index 8865acb76b..62d74d4c6f 100644
--- a/src/gallium/auxiliary/util/u_half.c
+++ b/src/gallium/auxiliary/util/u_half.c
@@ -22,9 +22,6 @@ uint32_t util_half_to_float_offset_table[64];
uint16_t util_float_to_half_base_table[512];
uint8_t util_float_to_half_shift_table[512];
-/* called by u_gctors.cpp, which defines the prototype itself */
-void util_half_init_tables(void);
-
void util_half_init_tables(void)
{
int i;