mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-17 08:21:06 +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+ssh://svn.code.sf.net/p/quakespasm/code/trunk@308 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
8e3a7b318b
commit
ec13eb2079
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