mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
CDAudio_Next() and CDAudio_Prev() aren't public to the engine and do not
belong in a placeholder like cd_null.c. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@308 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
b1585b3039
commit
24ac622029
1 changed files with 0 additions and 8 deletions
|
@ -33,14 +33,6 @@ void CDAudio_Stop(void)
|
|||
{
|
||||
}
|
||||
|
||||
void CDAudio_Next(void)
|
||||
{
|
||||
}
|
||||
|
||||
void CDAudio_Prev(void)
|
||||
{
|
||||
}
|
||||
|
||||
void CDAudio_Pause(void)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue