aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/helpers.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-06-27 07:25:08 -0700
committerChris Robinson <[email protected]>2017-06-27 07:25:08 -0700
commite9a7218a06e268afcedf8207e5a5d79991e21356 (patch)
tree987d2bbf3f1c80d9ebe0247b4205e644d5db7caa /Alc/helpers.c
parent8f2bbc434c91b5d402de0e44b862a272928667a9 (diff)
Remove the fastf2u conversion function
Diffstat (limited to 'Alc/helpers.c')
-rw-r--r--Alc/helpers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c
index 53623d85..8e6306ae 100644
--- a/Alc/helpers.c
+++ b/Alc/helpers.c
@@ -121,7 +121,6 @@ extern inline ALuint64 ScaleRound(ALuint64 val, ALuint64 new_scale, ALuint64 old
extern inline ALuint64 ScaleFloor(ALuint64 val, ALuint64 new_scale, ALuint64 old_scale);
extern inline ALuint64 ScaleCeil(ALuint64 val, ALuint64 new_scale, ALuint64 old_scale);
extern inline ALint fastf2i(ALfloat f);
-extern inline ALuint fastf2u(ALfloat f);
ALuint CPUCapFlags = 0;