aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/vmorpher.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-01-23 03:27:18 -0800
committerChris Robinson <[email protected]>2021-01-23 03:27:18 -0800
commit3142fb30eaa451c955a1607b8cffe2069cbd15b2 (patch)
treee1d88fd1469d0a7185662d5747dc6fd6c62bae3f /alc/effects/vmorpher.cpp
parent6f87cc92fb9d89c988910a2843967fcd7b623a7e (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