1
0
forked from mirrors/0ad

Remove unused AddDataBuffer declaration

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.
This commit is contained in:
trompetin17
2025-06-20 12:42:53 -05:00
parent 95fc9bd2ed
commit 50dbd5ca2d
-1
View File
@@ -54,7 +54,6 @@ protected:
ALuint m_Buffer[100];
int m_BuffersUsed;
bool AddDataBuffer(char* data, long length);
void SetFormatAndFreq(int form, ALsizei freq);
int GetBufferCount();
unsigned int GetBuffer();