diff options
author | Chris Robinson <[email protected]> | 2018-01-14 09:02:59 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-14 09:02:59 -0800 |
commit | 63416bf28f0a717941c752fd84015ee35e7f4e4b (patch) | |
tree | 9299611381e7103ef32f27cf8670f11479ac1e98 /OpenAL32/Include/alMain.h | |
parent | 0152bc0d10901cc60e579e2f7fa6ebf7786e6106 (diff) |
Avoid unnecessarily using type aliases
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 10f9008a..7e954f0d 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -720,12 +720,6 @@ inline ALint GetChannelIdxByName(const RealMixParams *real, enum Channel chan) vector_al_string SearchDataFiles(const char *match, const char *subdir); -/* Small hack to use a pointer-to-array types as a normal argument type. - * Shouldn't be used directly. - */ -typedef ALfloat ALfloatBUFFERSIZE[BUFFERSIZE]; -typedef ALfloat ALfloat2[2]; - #ifdef __cplusplus } #endif |