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: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@308 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-08-29 16:02:55 +00:00
parent 2d5f1285e9
commit 58f44e21f7
1 changed files with 0 additions and 8 deletions

View File

@ -33,14 +33,6 @@ void CDAudio_Stop(void)
{
}
void CDAudio_Next(void)
{
}
void CDAudio_Prev(void)
{
}
void CDAudio_Pause(void)
{
}