aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/inldefs.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-15 06:32:01 -0800
committerChris Robinson <[email protected]>2018-11-15 06:32:01 -0800
commit245b7ff0b41ebd43f3c1c53dd90ab0bf358e4c06 (patch)
treea48dda544928194b84ae71e8789274f6025c7c3e /Alc/inldefs.c
parent7b3a2085aac8eac47f9968f331d3991167793e85 (diff)
Remove the unused al_string API
Diffstat (limited to 'Alc/inldefs.c')
-rw-r--r--Alc/inldefs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/Alc/inldefs.c b/Alc/inldefs.c
index 451c3bcc..dd1cff4a 100644
--- a/Alc/inldefs.c
+++ b/Alc/inldefs.c
@@ -7,7 +7,6 @@
#include "mixer/defs.h"
#include "alBuffer.h"
#include "alEffect.h"
-#include "alstring.h"
#include "backends/base.h"
@@ -31,12 +30,6 @@ extern inline ALsizei FrameSizeFromUserFmt(enum UserFmtChannels chans, enum User
extern inline ALsizei FrameSizeFromFmt(enum FmtChannels chans, enum FmtType type);
-extern inline void alstr_reset(al_string *str);
-extern inline size_t alstr_length(const_al_string str);
-extern inline ALboolean alstr_empty(const_al_string str);
-extern inline const al_string_char_type *alstr_get_cstr(const_al_string str);
-
-
extern inline ALuint NextPowerOf2(ALuint value);
extern inline size_t RoundUp(size_t value, size_t r);
extern inline ALint fastf2i(ALfloat f);