summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_half.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_half.h')
-rw-r--r--src/gallium/auxiliary/util/u_half.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/util/u_half.h b/src/gallium/auxiliary/util/u_half.h
index 0ca660faf39..5afdd925a62 100644
--- a/src/gallium/auxiliary/util/u_half.h
+++ b/src/gallium/auxiliary/util/u_half.h
@@ -4,7 +4,6 @@
#include "pipe/p_compiler.h"
#include "u_math.h"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -59,10 +58,6 @@ util_float_to_half(float f)
return util_floatui_to_half(i.ui);
}
-/* called by u_gctors.cpp, which defines the prototype itself */
-void util_half_init_tables(void);
-
-
#ifdef __cplusplus
}
#endif