diff options
author | Chris Robinson <[email protected]> | 2021-01-23 03:27:18 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-01-23 03:27:18 -0800 |
commit | 3142fb30eaa451c955a1607b8cffe2069cbd15b2 (patch) | |
tree | e1d88fd1469d0a7185662d5747dc6fd6c62bae3f /alc/effects/vmorpher.cpp | |
parent | 6f87cc92fb9d89c988910a2843967fcd7b623a7e (diff) |
Remove some unnecessary function attributes
The alloc_size was wrong anyway since the function parameter takes the number
of objects to be allocated and the attribute declares which is the number of
bytes. The assume_aligned is unnecessary since the function is inlined and
al_malloc/al_calloc already have appropriate attributes for the compiler to
see.
Diffstat (limited to 'alc/effects/vmorpher.cpp')
0 files changed, 0 insertions, 0 deletions