mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
50dbd5ca2d
The AddDataBuffer method was declared but never defined in any implementation of CSoundData or its derived classes. It is also not used anywhere in the codebase, so this commit removes the dead declaration to clean up the interface.